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
Bug summary
Code for reproduction
import matplotlib.pyplot as plt import matplotlib as mpl mpl.rcParams['font.size'] = 20 plt.close() plt.plot([0,1], [1e-7, 1e-0]) plt.yscale('log') plt.show()
Actual outcome
Expected outcome
Matplotlib version
Matplotlib 2.0.0, Python 3.5.3, OSX
via Macports
The text was updated successfully, but these errors were encountered:
Thanks for the report. I think this has already been fixed in master via #8381
Sorry, something went wrong.
Correct. Closing.
No branches or pull requests
Bug summary
Code for reproduction
Actual outcome
Expected outcome
Matplotlib version
Matplotlib 2.0.0, Python 3.5.3, OSX
via Macports
The text was updated successfully, but these errors were encountered: