You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: