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

Struct LogScale

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

LogScale can be used as the value of an Axis.Scale function to set the axis to a log scale.

Source from the content-addressed store, hash-verified

189// LogScale can be used as the value of an Axis.Scale function to
190// set the axis to a log scale.
191type LogScale struct{}
192
193var _ Normalizer = LogScale{}
194

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected