I was looking for some ternary plots too. I started with Chloe's code and
got it running (thanks!). I'd like to be able to plot trajectories of
chemical composition over time from a simulation. I saw that it would be
difficult to plot many points to make a curve using the existing code.
Chlo
On Wed, Sep 15, 2010 at 12:04 PM, Chloe Lewis wrote:
> Lab Rat, Ben;
>
> Yes, you could use the ternary code I've put together to do the CAC plots
> in 2D; defining a complete triangular grid and triangular patches would be
> easy.
>
> If I'm reading the examples correctly, all the third-dimensio
Lab Rat, Ben;
Yes, you could use the ternary code I've put together to do the CAC
plots in 2D; defining a complete triangular grid and triangular
patches would be easy.
If I'm reading the examples correctly, all the third-dimension
information duplicates the color information.
They're simp
I believe that Chloe Lewis may have posted about this before. She has code
for doing some ternary plotting type stuff that may be a good place to start
for you:
http://nature.berkeley.edu/~chlewis/Sourcecode.html
Uri
On Wed, Sep 15, 2010 at 11:23, Benjamin Root wrote:
> On Tue, Sep 14, 2010 at
On Tue, Sep 14, 2010 at 10:37 AM, Lab Rat wrote:
> I saw some 3d ternary plots on the URL:
> http://www.hca.com/index.php?id=76&L=0 that I'd love to recreate using
> matplotlib. Can anyone give me some general code examples of where I should
> likely begin?
> Thanks in advance!
> Wil
>
>
Ah, my