Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9a9c8b8

Browse files
authored
Merge pull request #17262 from mdeff/typo
fix typo in set_clip_on doc
2 parents e4546b8 + 06e6cc5 commit 9a9c8b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/artist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ def set_clip_on(self, b):
836836
"""
837837
Set whether the artist uses clipping.
838838
839-
When False artists will be visible out side of the axes which
839+
When False artists will be visible outside of the axes which
840840
can lead to unexpected results.
841841
842842
Parameters

0 commit comments

Comments
 (0)