-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Unable to define opacity of markers for Scatter3D using rgba #1416
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
Thanks for the report @blondegeek, I've opened up a pair of plotly.js issues based on this example.
Please check them out and double check that they capture the issues you're seeing. |
Hi @jonmmease. Thanks for your responsiveness and filing the plotly.js issues. I hadn't actually noticed the second issue regarding gridlines until I saw the issue. The first issue certainly captures what I was seeing. |
@jonmmease plotly/plotly.js#3492 & plotly/plotly.js#3493 are closed; so we may close this issue? |
Hi - we are currently trying to tidy up Plotly's public repositories to help us focus our efforts on things that will help users most. Since this issue has been sitting for several years, I'm going to close it. If it's still a concern, we'd be grateful if you could open a new issue (with a short reproducible example if appropriate) so that we can add it to our backlog. Thanks for your help - @gvwilson |
I originally posted this in the plotly community forums and it was recommend I instead post this as an issue.
I would like to define the opacity per point for a Scatter3D plot. I’ve tried to do this by defining a rgba color per point, but the alpha component seems to be treated as white (example code below). Any suggestions? Thanks!
The text was updated successfully, but these errors were encountered: