Skip to content

Differences between function and keywords for savefig.bbox and axes.facecolor #5309

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

Closed
Tillsten opened this issue Oct 23, 2015 · 1 comment
Closed

Comments

@Tillsten
Copy link
Contributor

For at least two rcparams the name is surprisingly different from corresponding keyword.

 rcParams['savefig.bbox'] = x -> savefig(..., bbox_inches=x)
 rcParams['axes.facecolor']  = x correct for ax.patch but fig.add_axes(bgcolor=x)

I think at least in the second case the keyword should be changed to facecolor for
consistency.

@tacaswell tacaswell added this to the next major release (2.0) milestone Oct 24, 2015
mdboom added a commit to mdboom/matplotlib that referenced this issue Nov 17, 2015
@tacaswell
Copy link
Member

addressed by #5501

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants