PowerScale
- class PowerScale(power=1, inverse=False)[source]
Bases:
_Scale,ScaleBase“Power scale” that performs the transformation
\[x^{c}\]- Parameters:
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 = 'power'
The registered scale name
Methods Documentation