File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ def convert_xunits(self, x):
241
241
"""
242
242
Convert *x* using the unit type of the xaxis.
243
243
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
7871
does not
245
245
have units, *x* itself is returned.
246
246
"""
247
247
ax = getattr (self , 'axes' , None )
@@ -253,7 +253,7 @@ def convert_yunits(self, y):
253
253
"""
254
254
Convert *y* using the unit type of the yaxis.
255
255
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
257
257
have units, *y* itself is returned.
258
258
"""
259
259
ax = getattr (self , 'axes' , None )
You can’t perform that action at this time.
0 commit comments