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

Struct LinearScale

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

LinearScale an be used as the value of an Axis.Scale function to set the axis to a standard linear scale.

Source from the content-addressed store, hash-verified

178// LinearScale an be used as the value of an Axis.Scale function to
179// set the axis to a standard linear scale.
180type LinearScale struct{}
181
182var _ Normalizer = LinearScale{}
183

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected