InvertedScale can be used as the value of an Axis.Scale function to invert the axis using any Normalizer.
| 205 | // InvertedScale can be used as the value of an Axis.Scale function to |
| 206 | // invert the axis using any Normalizer. |
| 207 | type InvertedScale struct{ Normalizer } |
| 208 | |
| 209 | var _ Normalizer = InvertedScale{} |
| 210 |
nothing calls this directly
no outgoing calls
no test coverage detected