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}\]

Methods Summary

limit_range_for_scale(vmin, vmax, minpos)

Return the range vmin and vmax limited to positive numbers.