Skip to content

Commit 411bf08

Browse files
farizatobias47n9e
authored andcommitted
doc changed
1 parent f716ffc commit 411bf08

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, If figure range and data range don't line up
648+
the Artist it might run off and produce unexpected results.
649+
647650
ACCEPTS: [True | False]
648651
"""
649652
self._clipon = b

0 commit comments

Comments
 (0)