, 2012 9:38 PM
Subject: Re: [Matplotlib-users] Taylor diagram (2nd take)
On Wed, Feb 22, 2012 at 12:10 AM, Yannick Copin
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
>
On Wed, Feb 22, 2012 at 12:10 AM, Yannick Copin
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 example of
> Floating Ax
On Tue, Feb 21, 2012 at 12:04 PM, Eric Firing 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. Maybe it co
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
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 mat
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
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
impor
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
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
s.py)
>
> see also here (http://www.ipsl.jussieu.fr/~jmesce/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: m
/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
> Subject: [Matplotlib-users] Taylor diagram
> To: matplotlib-users@lists.sourceforge.net
> Messa
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 d
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 mat
13 matches
Mail list logo