-
Notifications
You must be signed in to change notification settings - Fork 191
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
Fix #3236 #3238
Fix #3236 #3238
Conversation
Can confirm this fixes the bug on my Linux machine, and doesn't break anything on my Mac. |
That would explain why I thought it worked fine. I had been doing it all on my mac for this stuff.... |
Can confirm this doesn't break anything on Windows either (could not reproduce #3236 on Windows), interestingly the output is completely different. I'm not sure why it's the same for both backends, I can confirm I have
and restarting the kernel between the two: |
This could be a very specific version issue, I don't which package. Not sure if we want to search for the root since it is so inconsistent or just use this PR to not worry about the assert. |
Same as @JoeZiminski , I just tested this on Windows and couldn't replicate the issue. I get the same backend as Joe. But if I do |
Okay that's great @zm711 that it repliaces for you too, weird how different it is across platforms! I guess if its working cross-platform at the moment it makes sense to keep. |
I will merge this as someone in #3236 is asking for this. |
It would be nice if someone knew the exact expected behavior of this. The behavior is not documented in matplotilb.get_backend() as far as I can tell but this is how it works in my system:
https://matplotlib.org/stable/api/matplotlib_configuration_api.html#matplotlib.get_backend
Maybe something that changed recently: