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

Skip to content

Commit 37b55b9

Browse files
committed
DOC: added docstring
1 parent 7c3c98b commit 37b55b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/matplotlib/offsetbox.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,10 @@ def __init__(self, width, height, xdescent=0.,
598598

599599
@property
600600
def clip_children(self):
601+
"""
602+
If the children of this DrawingArea should be clipped
603+
by DrawingArea bounding box.
604+
"""
601605
return self._clip_children
602606

603607
@clip_children.setter

0 commit comments

Comments
 (0)