We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ff3942 commit 22b1c70Copy full SHA for 22b1c70
lib/matplotlib/projections/polar.py
@@ -124,9 +124,9 @@ class PolarAffine(mtransforms.Affine2DBase):
124
125
.. math::
126
127
- x_{1} = 0.5 \left [ \frac{x_{0}}{(r_{max} - r_{min})} + 1 \right ]
+ x_{1} = 0.5 \left [ \frac{x_{0}}{(r_{\max} - r_{\min})} + 1 \right ]
128
129
- :math:`r_{min}, r_{max}` are the minimum and maximum radial limits after
+ :math:`r_{\min}, r_{\max}` are the minimum and maximum radial limits after
130
any scaling (e.g. log scaling) has been removed.
131
"""
132
def __init__(self, scale_transform, limits):
0 commit comments