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

Skip to content

Commit 1e5f172

Browse files
committed
Fix types.
1 parent 8ab46f5 commit 1e5f172

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/lines_bars_and_markers/angle_marker.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def __init__(self, xy, p1, p2, size=75, unit="points", ax=None,
8181
size : float
8282
Diameter of the angle marker in units specified by *unit*.
8383
84-
unit : string
84+
unit : str
8585
One of the following strings to specify the unit of *size*:
8686
8787
* "pixels": pixels
@@ -94,7 +94,7 @@ def __init__(self, xy, p1, p2, size=75, unit="points", ax=None,
9494
ax : `matplotlib.axes.Axes`
9595
The Axes to add the angle marker to.
9696
97-
text : string
97+
text : str
9898
The text to mark the angle with.
9999
100100
textposition : {"inside", "outside", "edge"}

0 commit comments

Comments
 (0)