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

TypeAlias ConstantTicks

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

ConstantTicks is suitable for the Tick.Marker field of an Axis. This function returns the given set of ticks.

Source from the content-addressed store, hash-verified

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

Callers 5

ExampleFunction · 0.92
NominalXMethod · 0.85
HideXMethod · 0.85
HideYMethod · 0.85
NominalYMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected