DefaultTicks is suitable for the Tick.Marker field of an Axis, it returns a reasonable default set of tick marks.
| 486 | // DefaultTicks is suitable for the Tick.Marker field of an Axis, |
| 487 | // it returns a reasonable default set of tick marks. |
| 488 | type DefaultTicks struct{} |
| 489 | |
| 490 | var _ Ticker = DefaultTicks{} |
| 491 |
nothing calls this directly
no outgoing calls
no test coverage detected