X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 19 Oct 2010 05:58 AM by  anon
Taylor diagram
 2 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
19 Oct 2010 05:58 AM
    Hi ! has anyone already designed a Taylor diagram in IDL ? This kind of plot is like a (r, theta) plot, but with theta replaced with a correlation coefficient (whatever) and with a non-linear theta axis. See an example here : http://www.ipsl.jussieu.f...gram_definition.html Thanks, Patrick_UQAM

    Deleted User



    New Member


    Posts:1
    New Member


    --
    18 Nov 2010 08:45 PM
    I've always used NCL's scripts for those plots since their have a much nicer GRIB and netCDF interface (and it's already been written for me!). http://www.ncl.ucar.edu/A...cations/taylor.shtml Would you be able to reverse engineer one of their scripts? Bill

    Deleted User



    New Member


    Posts:
    New Member


    --
    07 Oct 2011 08:55 AM
    Hi Patrick, Take a look at our Code Library contributions. You will find a contributions about the Taylor diagrams: --------------------------------------------------------------------------------------------------------------------------------------------- Taylor diagram Author : Igor Okladnikov oig@scert.ru Recently I ran into a necessity to plot Taylor diagrams. Unfortunately, I could not find any IDL routine, so I've created it by taking an NCL routine (http://www.ncl.ucar.edu/A.../taylor_diagram.ncl) and recoding it into IDL. The function requires fsc_color.pro function by David Fanning (you can google it) and returns IDLgrView object. So you can create a window (IDLgrWindow) to display it, or a buffer (IDLgrBuffer) to write it into a file. A simple example is in the description header of the function. Any comments and suggestions are welcomed! ------------------------------------------------------------------------------------------------------------------------------------------------ Check the ITT VIS website: http://www.ittvis.com/lan...ity/CodeLibrary.aspx Cheers, Fernando
    You are not authorized to post a reply.