We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d775dad commit 6005a51Copy full SHA for 6005a51
lib/matplotlib/projections/polar.py
@@ -16,11 +16,11 @@
16
17
18
class PolarTransform(mtransforms.Transform):
19
- """
+ r"""
20
The base polar transform.
21
22
- This transform maps polar coordinates ``(theta, r)`` into Cartesian
23
- coordinates ``(x, y) = (r * cos(theta), r * sin(theta))``
+ This transform maps polar coordinates :math:`\theta, r` into Cartesian
+ coordinates :math:`x, y = r \cos(\theta), r \sin(\theta)`
24
(but does not fully transform into Axes coordinates or
25
handle positioning in screen space).
26
0 commit comments