hapsburg.PackagesSupport.sqrt_scale
Helper Class that registers squareroot scale to matplotlib @ Author: Harald Ringbauer, November 2019 All rights reserved
Classes
ScaleBase class for generating square root scale. |
Module Contents
- class hapsburg.PackagesSupport.sqrt_scale.SquareRootScale(axis, **kwargs)
Bases:
matplotlib.scale.ScaleBaseScaleBase class for generating square root scale.
- name = 'squareroot'
- set_default_locators_and_formatters(axis)
- limit_range_for_scale(vmin, vmax, minpos)
- class SquareRootTransform
Bases:
matplotlib.transforms.Transform- input_dims = 1
- output_dims = 1
- is_separable = True
- transform_non_affine(a)
- inverted()
- class InvertedSquareRootTransform
Bases:
matplotlib.transforms.Transform- input_dims = 1
- output_dims = 1
- is_separable = True
- transform(a)
- inverted()
- get_transform()