LogScale can be used as the value of an Axis.Scale function to set the axis to a log scale.
| 189 | // LogScale can be used as the value of an Axis.Scale function to |
| 190 | // set the axis to a log scale. |
| 191 | type LogScale struct{} |
| 192 | |
| 193 | var _ Normalizer = LogScale{} |
| 194 |
nothing calls this directly
no outgoing calls
no test coverage detected