apply_theta_transforms option in PolarTransform#
Applying theta transforms in PolarTransform and
InvertedPolarTransform has been removed, and the
apply_theta_transforms keyword argument is deprecated for both classes.
If you need to retain the behaviour where theta values are transformed, chain the
PolarTransform with a Affine2D transform that performs the
theta shift and/or sign shift.