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

Skip to content

Commit 9307d3a

Browse files
committed
better doc as suggested.
1 parent d883cdb commit 9307d3a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/matplotlib/figure.py

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