MCPcopy Create free account
hub / github.com/cogentcore/core / LogScale

Struct LogScale

plot/axis.go:135–135  ·  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

133// LogScale can be used as the value of an Axis.Scale function to
134// set the axis to a log scale.
135type LogScale struct{}
136
137var _ Normalizer = LogScale{}
138

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected