Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cbff7c commit 253e505Copy full SHA for 253e505
lib/matplotlib/artist.py
@@ -241,7 +241,7 @@ def convert_xunits(self, x):
241
"""
242
Convert *x* using the unit type of the xaxis.
243
244
- If the artist is not in contained in an Axes or if the xaxis does not
+ If the artist is not contained in an Axes or if the xaxis does not
245
have units, *x* itself is returned.
246
247
ax = getattr(self, 'axes', None)
@@ -253,7 +253,7 @@ def convert_yunits(self, y):
253
254
Convert *y* using the unit type of the yaxis.
255
256
- If the artist is not in contained in an Axes or if the yaxis does not
+ If the artist is not contained in an Axes or if the yaxis does not
257
have units, *y* itself is returned.
258
259
0 commit comments