PolarTranslateInverse

class pysmithchart.polar_transform.PolarTranslateInverse(axes, pad, font_size, *args, **kwargs)[source]

Bases: BasePolarTransform

Inverse 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

inverted()[source]

Return the forward transformation (PolarTranslate).

Returns:

PolarTranslate – The forward transformation.

transform_non_affine(values)[source]

Apply the non-affine inverse polar translation transformation.

Parameters:

values (array-like) – A single point (x, y) or a list of points to transform.

Returns:

list or tuple – The transformed points, translated inward toward the center.