LogScale can be used as the value of an Axis.Scale function to set the axis to a log scale.
| 133 | // LogScale can be used as the value of an Axis.Scale function to |
| 134 | // set the axis to a log scale. |
| 135 | type LogScale struct{} |
| 136 | |
| 137 | var _ Normalizer = LogScale{} |
| 138 |
nothing calls this directly
no outgoing calls
no test coverage detected