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
Attributes Summary
The registered scale name
Methods Summary
limit_range_for_scale(vmin, vmax, minpos)Return the range vmin and vmax limited to positive numbers.
Attributes Documentation
- name = 'inverse'
The registered scale name
Methods Documentation