-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
XKCD context manager not resetting anymore in 2.1 #9520
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
Comments
Is that example still documented that way? I think the way you do it now is at http://matplotlib.org/tutorials/introductory/customizing.html#temporary-styling |
Yes fair enough. And it’s not implemented as a style. |
|
I think I have a fix... See #9521 |
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
Bug summary
The xkcd context manager does not reset the config anymore
Code for reproduction
Actual outcome
Both figures are in xkcd style
Expected outcome
Second figure should be using default style
Matplotlib version
print(matplotlib.get_backend())
): Qt5Aggusing anaconda
The text was updated successfully, but these errors were encountered: