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

Skip to content

Commit 42ccd4c

Browse files
timhoffmanntzer
andauthored
Apply suggestions from code review
Co-Authored-By: anntzer <[email protected]>
1 parent adb884c commit 42ccd4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/transforms.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1526,8 +1526,8 @@ def transform_angles(self, angles, pts, radians=False, pushoff=1e-5):
15261526
The angles to transform.
15271527
pts : (N, 2) array-like
15281528
The points where the angles are anchored.
1529-
radians : bool, default False
1530-
Whether *angles* are in degrees (the default) or in radians.
1529+
radians : bool, default: False
1530+
Whether *angles* are radians or degrees.
15311531
pushoff : float
15321532
For each point in *pts* and angle in *angles*, the transformed
15331533
angle is computed by transforming a segment of length *pushoff*

0 commit comments

Comments
 (0)