Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 37b55b9

Browse filesBrowse files
committed
DOC: added docstring
1 parent 7c3c98b commit 37b55b9
Copy full SHA for 37b55b9

File tree

Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed

‎lib/matplotlib/offsetbox.py

Copy file name to clipboardExpand all lines: lib/matplotlib/offsetbox.py
+4Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.