-
Notifications
You must be signed in to change notification settings - Fork 3
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
Turn off auto-scale? #83
Comments
Yes, it auto-scales to a 100% sum; if there are other components, points are in effect projected onto a plane of the higher-dimensional hypertetrahedron (?) corresponding to all available dimensions. There is more than one way to make this projection; what is your desired behaviour in the case you describe? |
My desired behavior is on the triangle plot if given values (60, 20, 10) that it accurately positions at 60,20,10 even though these do not sum to 100. This effectively eliminates the 10 value that may go to another category not shown on the triangle plot. In my case, I am focused on diet items from arthropoda, chordata, and arthropoda and eliminating all other categories, but do not want to rescale these categories in relation to only each other. |
60, 20, 10 does not correspond to a position on the triangle. Perhaps you could show on an image where you would like this point to plot? |
60, 0, 0 is probably a clearer case to start with. What is the basis for plotting 60, 0, 0 at 50, 50, 0 rather than (say) 50, 0, 50? |
Oops, that was an error. It was meant to be, I guess, by that coordinate system 60,40,0. (I just put right at 60 on the axis, ignoring this intersection actually means with 40 input from another category? Can you show the alternative option? |
I also suspect, since I'm violating the"sum to a constant" it may not be appropriate.... |
Yes, I guess I can either clarify the incompleteness of the sample by using a pie chart or size-variation/color as the point marker or I could just use a full cartesian plot since my points aren't restricted to this plane. Thanks for your help. |
Perhaps a warning message mentioning the re-scaling would be helpful? Is the default to rescale or drop values? And can you change this preference? |
Does the ternary plot auto scale the three variables? I'm dropping some other variables so I can focus on the top three. So for a few points, there will be a <100 sum across the three. But it seems to be auto pushing my 70,0,0 to 100,0,0.
Thanks - this is a cool package and exactly what I was looking for.
The text was updated successfully, but these errors were encountered: