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

Method Ticks

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

Ticks returns Ticks in a specified range

(min, max float64)

Source from the content-addressed store, hash-verified

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

Callers 11

sanitizeRangeMethod · 0.65
sizeMethod · 0.65
drawMethod · 0.65
GlyphBoxesMethod · 0.65
sizeMethod · 0.65
drawMethod · 0.65
GlyphBoxesMethod · 0.65
TicksMethod · 0.65
TestTickerFunc_TicksFunction · 0.65
PlotMethod · 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 2

TestTickerFunc_TicksFunction · 0.52
TicksMethod · 0.52