-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Setting markeredgecolor raises a warning #6480
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
@tacaswell Git is blaming you for this line. |
Those are both saying that we are comparing a string(Unicode) and an array. I have a caught memory that we fixed this on master. The change might have actually been updating Python or numpy underneath. |
@tacaswell We have fixed similar issues but I don't think we have fixed this one. |
I'm getting something slightly different on python 3.5:
Just running tests on a fix. |
Hi matplotlib developers,
Setting
markeredgecolor
to an RGB or RGBA numpy array now gives a warning in matplotlib 1.5.1. This was not a problem in version 1.4.3. Here is a minimal working example:In python 2.7, it gives this warning:
And in python 3.5, it gives this different warning:
Tested on Arch Linux.
--Thanks.
The text was updated successfully, but these errors were encountered: