LinearScale an be used as the value of an Axis.Scale function to set the axis to a standard linear scale.
| 122 | // LinearScale an be used as the value of an Axis.Scale function to |
| 123 | // set the axis to a standard linear scale. |
| 124 | type LinearScale struct{} |
| 125 | |
| 126 | var _ Normalizer = LinearScale{} |
| 127 |
nothing calls this directly
no outgoing calls
no test coverage detected