Skip to content

Commit 22b1c70

Browse files
dstansbyoscargus
andauthored
Nicer min/max math formatting
Co-authored-by: Oscar Gustafsson <[email protected]>
1 parent 3ff3942 commit 22b1c70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/projections/polar.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ class PolarAffine(mtransforms.Affine2DBase):
124124
125125
.. math::
126126
127-
x_{1} = 0.5 \left [ \frac{x_{0}}{(r_{max} - r_{min})} + 1 \right ]
127+
x_{1} = 0.5 \left [ \frac{x_{0}}{(r_{\max} - r_{\min})} + 1 \right ]
128128
129-
:math:`r_{min}, r_{max}` are the minimum and maximum radial limits after
129+
:math:`r_{\min}, r_{\max}` are the minimum and maximum radial limits after
130130
any scaling (e.g. log scaling) has been removed.
131131
"""
132132
def __init__(self, scale_transform, limits):

0 commit comments

Comments
 (0)