InvertedScale can be used as the value of an Axis.Scale function to invert the axis using any Normalizer.
| 149 | // InvertedScale can be used as the value of an Axis.Scale function to |
| 150 | // invert the axis using any Normalizer. |
| 151 | type InvertedScale struct{ Normalizer } |
| 152 | |
| 153 | var _ Normalizer = InvertedScale{} |
| 154 |
nothing calls this directly
no outgoing calls
no test coverage detected