-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
scatter is not changing color in Axes3D #5974
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
Sigh, yeah, it is a bug. I have to check to see if it is still in effect On Mon, Feb 8, 2016 at 9:21 AM, Oren Amsalem notifications@github.com
|
So for |
Ugh, I didn't even think about that. Only that 'c' is explicitly processed On Mon, Feb 8, 2016 at 12:33 PM, Thomas A Caswell notifications@github.com
|
By the way, facecolor is also not working, (edgecolor is working) |
For the purposes of scatter, facecolor and color are pretty much aliases, On Sun, Feb 14, 2016 at 10:24 AM, Oren Amsalem notifications@github.com
|
I agree, this is a really sad issue. |
@WeatherGod: Do you think this is an easy fix? |
Might not fix everything, but adding kwarg normalization to the 3d On Mon, May 16, 2016 at 4:49 PM, Michael Droettboom <
|
#6426 might actually be relevant here? On Mon, May 16, 2016 at 5:23 PM, Benjamin Root ben.v.root@gmail.com wrote:
|
So, essentially, I need to update the scatter3d function to not emit 'c' in some cases, I think? |
Yes. |
I submitted PR #6439 that should fix this issue. |
Defer to 2D scatter() for handling of 'c'. Closes #5974.
Closed via #6439 |
This simple example, should create an image with a single red circle
But this is what I get
Is this a bug?
Thanks.
The text was updated successfully, but these errors were encountered: