8000 Merge pull request #2929 from fariza/clip-on-doc-warning · matplotlib/matplotlib@e2c5918 · GitHub
[go: up one dir, main page]

Skip to content

Commit e2c5918

Browse files
committed
Merge pull request #2929 from fariza/clip-on-doc-warning
clip_on documentation note/warning
2 parents 75a1077 + 8565f77 commit e2c5918

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/matplotlib/artist.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -644,6 +644,9 @@ def set_clip_on(self, b):
644644
"""
645645
Set whether artist uses clipping.
646646
647+
When False artists will be visible out side of the axes which
648+
can lead to unexpected results.
649+
647650
ACCEPTS: [True | False]
648651
"""
649652
self._clipon = b

0 commit comments

Comments
 (0)
0