MCPcopy Index your code
hub / github.com/gonum/plot / DefaultTicks

Struct DefaultTicks

axis.go:488–488  ·  view source on GitHub ↗

DefaultTicks is suitable for the Tick.Marker field of an Axis, it returns a reasonable default set of tick marks.

Source from the content-addressed store, hash-verified

486// DefaultTicks is suitable for the Tick.Marker field of an Axis,
487// it returns a reasonable default set of tick marks.
488type DefaultTicks struct{}
489
490var _ Ticker = DefaultTicks{}
491

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected