8000 doc string mod · matplotlib/matplotlib@8565f77 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8565f77

Browse files
committed
doc string mod
1 parent c9d0bf5 commit 8565f77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/artist.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -644,8 +644,8 @@ 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.
647+
When False artists will be visible out side of the axes which
648+
can lead to unexpected results.
649649
650650
ACCEPTS: [True | False]
651651
"""

0 commit comments

Comments
 (0)
0