8000 Added additional infor to patches.Arc · matplotlib/matplotlib@b2f85fb · GitHub
[go: up one dir, main page]

Skip to content

Commit b2f85fb

Browse files
Added additional infor to patches.Arc
1 parent cff3335 commit b2f85fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/matplotlib/patches.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1617,6 +1617,10 @@ def __init__(self, xy, width, height, angle=0.0,
16171617
the absolute starting angle is 135.
16181618
Default *theta1* = 0, *theta2* = 360, i.e. a complete ellipse.
16191619
The arc is drawn in the counterclockwise direction.
1620+
Negative angles are valid, and increase negatively in the clockwise
1621+
direction.
1622+
Angles greater than 360 or smaller than -360 are represented by an
1623+
equivalent angle in the range (-360, 360).
16201624
16211625
Other Parameters
16221626
----------------

0 commit comments

Comments
 (0)
0