Taylor diagram (mdekauwe)

Hi

Jean-Marie Epitalon (from IPSL) developped several scripts devoted to
model inter-comparison, included Taylor Diagram, which you can find
here (http://www.ipsl.jussieu.fr/~jmesce/Taylor_diagram/Miscelaneous/plot_taylor_diagrams.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: mdekauwe <mdekauwe@...287...>
Subject: [Matplotlib-users] Taylor diagram
To: matplotlib-users@lists.sourceforge.net
Message-ID: <30421393.post@...986...>
Content-Type: text/plain; charset=us-ascii

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 matplotlib - users mailing list archive at Nabble.com.

___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
matplotlib-users List Signup and Options

End of Matplotlib-users Digest, Vol 55, Issue 12
************************************************

--
_/\/¯¯¯¯¯¯\/\_ 33º49'45.24"S & 18º28'45.60"E
Dr. Nicolas Fauchereau
CSIR - NRE
Research Group: Ocean systems and climate
15 Lower Hope street, Rosebank 7700
South Africa
tel: 021 658 2764
_/\/¯¯¯¯¯¯\/\_ 33º49'45.24"S & 18º28'45.60"E

Hi

Jean-Marie Epitalon (from IPSL) developped several scripts devoted to
model inter-comparison, included Taylor Diagram, which you can find
here (http://www.ipsl.jussieu.fr/~jmesce/Taylor_diagram/Miscelaneous/plot_taylor_diagrams.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: mdekauwe<mdekauwe@...287...>
Subject: [Matplotlib-users] Taylor diagram
To: matplotlib-users@lists.sourceforge.net
Message-ID:<30421393.post@...986...>
Content-Type: text/plain; charset=us-ascii

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 matplotlib - users mailing list archive at Nabble.com.

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?

--V

···

On 10-Dec-2010 08:01, Nicolas wrote:

___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
matplotlib-users List Signup and Options

End of Matplotlib-users Digest, Vol 55, Issue 12
************************************************

Numeric is quite outdated now. You can probably find it somewhere, but it won't be compatible with new mpl, scipy, etc.

Try replacing the calls to "Numeric" with "numpy". You'll probably need to tweak a few other things, too, but it shouldn't be too much.

-Chris

···

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?

--
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception

Chris.Barker@...259...