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