How to make a joint hexagon ternary plot in Python?

48 views Asked by At

I am trying to make a joint ternary plot where 6 triangular plots are put together in a hexagon shape in Python or MATLAB. I am using it to show the concentration of certain elements of a number of particles. I tried to make one in R and MATLAB, but to no avail. I would like to write it in Python. Can anyone help me with this. I have looked at previous question like mine, but I am new the programming, so I do not understand what is going on in the codes provided as answers or how to use them. I have included photos of the diagrams I am trying to make. Thanks for the future help.

I tried the previously answered questions solutions. But they didn't work. Refer to

and the script therein.


Hexagon Ternary Plot:

Hexagon Ternary Plot

0

There are 0 answers