-
Notifications
You must be signed in to change notification settings - Fork 526
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
Wrong z-axis scaling due to not switching to 3D in scatter plot #622
Comments
@danmarshall Thanks! That is a workaround, but I'll leave the bug open for now... |
Looking into is, the Z-axis is enabled in 2d mode purposefully - so that users can specify paint order of their scatterplots #512 . This is actually an important feature but seems to have caused some UI confusion that the z-axis is enabled. Perhaps it should be labeled better. |
I was stumped by it. I did expect the graph to scale when setting the z-axis. Should the paint order not be a mapable field? |
This link explains why they should be mappable: https://stats.stackexchange.com/questions/11984/how-can-i-remove-the-z-order-bias-of-a-coloured-scatter-plot |
Yes, I understand that. It is the drawing z-order for layering plots. Maybe change the label depending on 2D/3D? |
I think that's a good solution. |
And thanks for the work! Must say I'm pretty new to SandDance, so I might make some mistakes and see everything from the "Dummy perspective" ;) |
I have a dataset containing RGB888 colors in range [0,255]. When I choose a scatter plot and enable the z-axis the scaling is NOT like the x- y-axis scaling. I found the slider in settings ("Z scale proportion to Y") and set it to 1, but still the scaling is off.
The text was updated successfully, but these errors were encountered: