-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Axes3D scatter crashes without alpha keyword #6698
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
I suspect someplace we have an We either clean up all the places we may have invalid alphas or make the color conversion code a bit more permissive. attn @anntzer |
Can't reproduce with python2.7, matplotlib 2.0b1 (built from source) and gtkagg backend. |
try with this data: |
OK, got it. It's actually something completely different, and due to mishandling of float128s (that was probably exposed by the new color conversion machinery). A PR is on its way. |
Closed by #6700 |
version: 2.0.0b1+1773.g3590ce2
backend: gtkagg inside an ipython session
code snippet is:
if alpha is not set for l2, then we crash. Visually there's lots of overlap in the l2 marker points. Notably l1 doesn't crash even without an alpha parameter, even though I do see overlap in the two close marker points.
The text was updated successfully, but these errors were encountered: