Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a0d4e6b

Browse files
committed
Fix indentation
1 parent 6005a51 commit a0d4e6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/projections/polar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class PolarTransform(mtransforms.Transform):
3535
input_dims = output_dims = 2
3636

3737
def __init__(self, axis=None, use_rmin=True,
38-
_apply_theta_transforms=True, *, scale_transform=None):
38+
_apply_theta_transforms=True, *, scale_transform=None):
3939
"""
4040
Parameters
4141
----------

0 commit comments

Comments
 (0)