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

Struct LogTicks

axis.go:578–582  ·  view source on GitHub ↗

LogTicks is suitable for the Tick.Marker field of an Axis, it returns tick marks suitable for a log-scale axis.

Source from the content-addressed store, hash-verified

576// LogTicks is suitable for the Tick.Marker field of an Axis,
577// it returns tick marks suitable for a log-scale axis.
578type LogTicks struct {
579 // Prec specifies the precision of tick rendering
580 // according to the documentation for strconv.FormatFloat.
581 Prec int
582}
583
584var _ Ticker = LogTicks{}
585

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected