InverseScale¶
- class InverseScale[source]¶
Bases:
proplot.scale._Scale,matplotlib.scale.ScaleBaseAxis scale that is linear in the inverse of x. The forward and inverse scale functions are as follows:
\[y = x^{-1}\]Methods Summary
limit_range_for_scale(vmin, vmax, minpos)Return the range vmin and vmax limited to positive numbers.