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

Struct InvertedScale

axis.go:207–207  ·  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

205// InvertedScale can be used as the value of an Axis.Scale function to
206// invert the axis using any Normalizer.
207type InvertedScale struct{ Normalizer }
208
209var _ Normalizer = InvertedScale{}
210

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected