InverseScale#

class InverseScale[source]#

Bases: _Scale, ScaleBase

Axis scale that is linear in the inverse of x. The forward and inverse scale functions are as follows:

\[y = x^{-1}\]

Attributes Summary

name

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

limit_range_for_scale(vmin, vmax, minpos)[source]#

Return the range vmin and vmax limited to positive numbers.