8000 doc changed · matplotlib/matplotlib@c9d0bf5 · GitHub
[go: up one dir, main page]

Skip to content

Commit c9d0bf5

Browse files
committed
doc changed
1 parent 2ee8617 commit c9d0bf5

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)
0