Thanks to visit codestin.com Credit goes to github.com
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 6005a51 commit a0d4e6bCopy full SHA for a0d4e6b
1 file changed
lib/matplotlib/projections/polar.py
@@ -35,7 +35,7 @@ class PolarTransform(mtransforms.Transform):
35
input_dims = output_dims = 2
36
37
def __init__(self, axis=None, use_rmin=True,
38
- _apply_theta_transforms=True, *, scale_transform=None):
+ _apply_theta_transforms=True, *, scale_transform=None):
39
"""
40
Parameters
41
----------
0 commit comments