PolarTranslateInverse
- class pysmithchart.polar_transform.PolarTranslateInverse(axes, pad, font_size, *args, **kwargs)[source]
Bases:
BasePolarTransformInverse transformation for PolarTranslate.
This class reverses the effect of the radial translation applied by PolarTranslate.
Methods Summary
inverted()Return the forward transformation (PolarTranslate).
transform_non_affine(values)Apply the non-affine inverse polar translation transformation.
Methods Documentation