Skip to content

[EHN] Add frameon and savefig.frameon to rcParams #1875

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 2, 2013
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
better doc as suggested.
  • Loading branch information
Tillsten committed Apr 1, 2013
commit 9307d3a32a46176d1a7c8ccc9cd3e9ef9fb60398
5 changes: 3 additions & 2 deletions lib/matplotlib/figure.py
Original file line number Diff line number Diff line change
Expand Up @@ -1359,8 +1359,9 @@ def savefig(self, *args, **kwargs):
original values upon exit of this function.

*frameon*:
If *True*, the figure patch will be colored. Else the figure
background will be transparent.
If *True*, the figure patch will be colored, if *False*, the
figure background will be transparent. If not provided, the
rcParam 'savefig.frameon' will be used.

*bbox_inches*:
Bbox in inches. Only the given portion of the figure is
Expand Down