LinearScale an be used as the value of an Axis.Scale function to set the axis to a standard linear scale.
| 178 | // LinearScale an be used as the value of an Axis.Scale function to |
| 179 | // set the axis to a standard linear scale. |
| 180 | type LinearScale struct{} |
| 181 | |
| 182 | var _ Normalizer = LinearScale{} |
| 183 |
nothing calls this directly
no outgoing calls
no test coverage detected