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

Struct InvertedScale

plot/axis.go:151–151  ·  view source on GitHub ↗

InvertedScale can be used as the value of an Axis.Scale function to invert the axis using any Normalizer.

Source from the content-addressed store, hash-verified

149// InvertedScale can be used as the value of an Axis.Scale function to
150// invert the axis using any Normalizer.
151type InvertedScale struct{ Normalizer }
152
153var _ Normalizer = InvertedScale{}
154

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected