Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3df958c

Browse files
Update artist.py (matplotlib#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‎

Lines changed: 2 additions & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /