-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Plot: convert 'c' to 'color' immediately; closes #4162, #4157 [backport to color_overhaul] #4198
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
Conversation
What is the underlying cause of this bug? |
👍 LGTM |
@tacaswell, the problem is that |
This all goes back to http://bugs.python.org/issue13703 which added seed randomization to the hash function used in dictionaries to prevent DoS attacks on web-frameworks. Turning this randomization on was available, but off by default in 2.7 -> 3.2 and on by default in >3.3. The fact that we are seeing these bug reports bodes well for python 3 uptake in the scientific world :). |
FIX : convert 'c' to 'color' immediately in plot closes matplotlib#4162, closes matplotlib#4157
back-ported as 3f03e2e |
No description provided.