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

Interface Ticker

axis.go:20–23  ·  view source on GitHub ↗

Ticker creates Ticks in a specified range

Source from the content-addressed store, hash-verified

18
19// Ticker creates Ticks in a specified range
20type Ticker interface {
21 // Ticks returns Ticks in a specified range
22 Ticks(min, max float64) []Tick
23}
24
25// Normalizer rescales values from the data coordinate system to the
26// normalized coordinate system.

Callers 8

sanitizeRangeMethod · 0.65
sizeMethod · 0.65
drawMethod · 0.65
GlyphBoxesMethod · 0.65
sizeMethod · 0.65
drawMethod · 0.65
GlyphBoxesMethod · 0.65
TicksMethod · 0.65

Implementers 5

LogTicksaxis.go
TimeTicksaxis.go
integerTicksplotter/heat_test.go
commaTicksgob/gob_test.go

Calls

no outgoing calls

Tested by

no test coverage detected