ConstantTicks is suitable for the Tick.Marker field of an Axis. This function returns the given set of ticks.
| 609 | // ConstantTicks is suitable for the Tick.Marker field of an Axis. |
| 610 | // This function returns the given set of ticks. |
| 611 | type ConstantTicks []Tick |
| 612 | |
| 613 | var _ Ticker = ConstantTicks{} |
| 614 |