Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upscatter3d with different marker.size enables transparency #4681
Labels
Comments
|
For regular scatter this is intentional - bubble charts, which we define to be any chart with marker size set to an array - get some default transparency because overlap is common with large markers. I imagine we simply inherited that same behavior in scatter3d, so I might consider this a documentation issue rather than a bug. |
|
@alexcjohnson thanks for the clarification. |
|
marker.opacity = 1 ? |
That works for me! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Transparency appears to be enabled by having different
marker.sizes!View from our docs: