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 9307d3a

Browse filesBrowse files
committed
better doc as suggested.
1 parent d883cdb commit 9307d3a
Copy full SHA for 9307d3a

File tree

Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-2
lines changed

‎lib/matplotlib/figure.py

Copy file name to clipboardExpand all lines: lib/matplotlib/figure.py
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1359,8 +1359,9 @@ def savefig(self, *args, **kwargs):
13591359
original values upon exit of this function.
13601360
13611361
*frameon*:
1362-
If *True*, the figure patch will be colored. Else the figure
1363-
background will be transparent.
1362+
If *True*, the figure patch will be colored, if *False*, the
1363+
figure background will be transparent. If not provided, the
1364+
rcParam 'savefig.frameon' will be used.
13641365
13651366
*bbox_inches*:
13661367
Bbox in inches. Only the given portion of the figure is

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.