Re: [Matplotlib-users] Taylor diagram (2nd take)

2012-03-26 Thread Jae-Joon Lee
On Wed, Feb 22, 2012 at 12:10 AM, Yannick Copin yannick.co...@laposte.net wrote: after iterating with Michael A. Rawlins over my previous attempt to code a Taylor diagram (see [1]), here's a new version of my code, along with an example plot. Maybe it could make its way into the gallery as an

Re: [Matplotlib-users] Taylor diagram (2nd take)

2012-02-21 Thread Eric Firing
On 02/21/2012 05:10 AM, Yannick Copin wrote: Hi, after iterating with Michael A. Rawlins over my previous attempt to code a Taylor diagram (see [1]), here's a new version of my code, along with an example plot. Maybe it could make its way into the gallery as an example of Floating Axes and

Re: [Matplotlib-users] Taylor diagram (2nd take)

2012-02-21 Thread Benjamin Root
On Tue, Feb 21, 2012 at 12:04 PM, Eric Firing efir...@hawaii.edu wrote: On 02/21/2012 05:10 AM, Yannick Copin wrote: Hi, after iterating with Michael A. Rawlins over my previous attempt to code a Taylor diagram (see [1]), here's a new version of my code, along with an example plot.

Re: [Matplotlib-users] Taylor diagram

2010-12-27 Thread Yannick Copin
Hi, mdekauwe wrote: Has anyone ever managed to draw a taylor diagram in Matplotlib? For example like this http://www.mathworks.com/matlabcentral/fx_files/20559/2/taylordiag_fig.jpg here is my try [ http://old.nabble.com/file/p30540085/taylorDiagram.py taylorDiagram.py ] using

Re: [Matplotlib-users] Taylor diagram

2010-12-13 Thread mdekauwe
Here is a solution which doesn't really use matplotlib, however it is a work around by interfacing with the R library. Personally I didn't like some of the colour choices which are hardwired in the R code so I adjusted the R code and re-compiled, however this assumes the code is as it comes from

Re: [Matplotlib-users] Taylor diagram

2010-12-12 Thread mdekauwe
Hi thanks for the link thats interesting though I would perhaps rather not learn a new set of commands just for one plot. Though it seems from my searching that this might be the only route! cheers, Martin Arthur M. Greene wrote: On 12/09/2010 05:42 PM, mdekauwe wrote: Hi, Has anyone

Re: [Matplotlib-users] Taylor diagram

2010-12-12 Thread mdekauwe
Hi, thanks to Juan for the Rpy package suggestion I came up with this, which at least produces the plot. I can't quite work out R specific bits at the moment (e.g. legend), but perhaps it might help someone else. #!/usr/bin/env python import sys from rpy2.robjects.packages import importr

Re: [Matplotlib-users] Taylor diagram (mdekauwe)

2010-12-10 Thread Christopher Barker
On 12/10/10 10:00 AM, Virgil Stokes wrote: Thanks for this link. I tried to use this code but could not load Numeric; i.e. import Numeric fails. Where does one get the necessary modules to execute this code? Numeric is quite outdated now. You can probably find it somewhere, but it won't be

[Matplotlib-users] Taylor diagram

2010-12-09 Thread mdekauwe
Hi, Has anyone ever managed to draw a taylor diagram in Matplotlib? For example like this http://www.mathworks.com/matlabcentral/fx_files/20559/2/taylordiag_fig.jpg Cheers, Martin -- View this message in context: http://old.nabble.com/Taylor-diagram-tp30421393p30421393.html Sent from the

Re: [Matplotlib-users] Taylor diagram

2010-12-09 Thread Arthur M. Greene
On 12/09/2010 05:42 PM, mdekauwe wrote: Hi, Has anyone ever managed to draw a taylor diagram in Matplotlib? For example like this http://www.mathworks.com/matlabcentral/fx_files/20559/2/taylordiag_fig.jpg Cheers, Martin Not sure whether Matplotlib can do this, but it can be done with

Re: [Matplotlib-users] Taylor diagram (mdekauwe)

2010-12-09 Thread Nicolas
/Taylor_diagram/index.html) and follow the complete description of the program code hope that helps Nicolas Message: 6 Date: Thu, 9 Dec 2010 14:42:41 -0800 (PST) From: mdekauwe mdeka...@gmail.com Subject: [Matplotlib-users]  Taylor diagram To: matplotlib-users@lists.sourceforge.net Message-ID