Skip to content

Commit 3df958c

Browse files
Update artist.py (#23150)
1 parent c0594bc commit 3df958c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/artist.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ def convert_xunits(self, x):
241241
"""
242242
Convert *x* using the unit type of the xaxis.
243243
244-
If the artist is not in contained in an Axes or if the xaxis does not
244+
If the artist is not contained in an Axes or if the xaxis does not
245245
have units, *x* itself is returned.
246246
"""
247247
ax = getattr(self, 'axes', None)
@@ -253,7 +253,7 @@ def convert_yunits(self, y):
253253
"""
254254
Convert *y* using the unit type of the yaxis.
255255
256-
If the artist is not in contained in an Axes or if the yaxis does not
256+
If the artist is not contained in an Axes or if the yaxis does not
257257
have units, *y* itself is returned.
258258
"""
259259
ax = getattr(self, 'axes', None)

0 commit comments

Comments
 (0)