Skip to content
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

question: how points are plotted in ternary plot #182

Closed
ivan-marroquin opened this issue Oct 13, 2021 · 1 comment
Closed

question: how points are plotted in ternary plot #182

ivan-marroquin opened this issue Oct 13, 2021 · 1 comment

Comments

@ivan-marroquin
Copy link

Hi,

Thanks for such great package!

I have a simple question on how points are arranged in the ternary plot. I have a dataframe with "A", "B" and "C" columns, and I use this command to generate the plot:

tax.scatter(df["A", "B", "C"].values)

In this library:
"A" --> is mapped to bottom axis
"B" --> is mapped to right axis (e.g., right side of the plot)
"C" --> is mapped to left axis (e.g., left side of the plot)

Is this a correct assumption?

Many thanks,

Ivan

@marcharper
Copy link
Owner

There's a section in the main documentation that explains the two equivalent orientations. See also #18.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants