We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Use facecolor instead of axisbg/axis_bgcolor
b4f510a
Partial fix for matplotlib#5309
addressed by #5501
Sorry, something went wrong.
No branches or pull requests
For at least two rcparams the name is surprisingly different from corresponding keyword.
I think at least in the second case the keyword should be changed to facecolor for
consistency.
The text was updated successfully, but these errors were encountered: