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

Struct LinearScale

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

122// LinearScale an be used as the value of an Axis.Scale function to
123// set the axis to a standard linear scale.
124type LinearScale struct{}
125
126var _ Normalizer = LinearScale{}
127

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected