vote up 2 vote down star
1

I need to draw ternary/triangle plots representing mole fractions (x, y, z) of various substances/mixtures (x + y + z = 1). Each plot represents iso-valued substances, e.g. substances which have the same melting point. The plots need to be drawn on the same triangle with different colors/symbols and it would be nice if I could also connect the dots.

I have looked at matplotlib, R and gnuplot, but they don't seem to be able to draw this kind of plot. The 3rd party ade4 package for R seems to be able to draw it, but I'm not sure if I can draw multiple plots on the same triangle.

I need something that runs under Linux or Windows. I'm open to any suggestions, including libraries for other languages, e.g. Perl, PHP, Ruby, C# and Java.

flag

2 Answers

vote up 1 vote down

There seems to be an implementation at work here in gnuplot: ternary plot

link|flag
It looks interesting, but I'm having problems with the last command. I had to modify (truncate) it. I'll investigate it further. Thank you. – Cristian Ciupitu Mar 31 at 16:23
vote up 0 vote down

Find a vector drawing library and draw it from scratch if you can't find an easier way to do it.

link|flag
I have thought of this, too, but it would be too much (grunt) work. There are many details that have to be figured out, e.g. the locations of the axes labels or tick marks. Btw, Phil's solution is basically drawing the plot from scratch. – Cristian Ciupitu Mar 31 at 22:54

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.