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

Appearance settings

Commit 3df958c

Browse filesBrowse files
Update artist.py (#23150)
1 parent c0594bc commit 3df958c
Copy full SHA for 3df958c

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

‎lib/matplotlib/artist.py

Copy file name to clipboardExpand all lines: lib/matplotlib/artist.py
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.