Re: How to customize Taylor diagram ?

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Wed Jan 29 2014 - 07:14:50 MST

Please read: http://www.ncl.ucar.edu/Applications/taylor.shtml

It contains:

[snip]
  By default, the function can handle up to 10 variable comparisons.
Different colors and markers are used to differentiate between different
models/cases. The 10 default colors and markers are:

       Markers = (/ 4, 6, 8, 0, 9, 12, 7, 2, 11, 16/) ; Marker Indices
       Colors = (/ "red" , "blue" , "green" , "cyan" , "orange" \
                  , "torquoise", "brown", "yellow", "purple", "black" /)

The markers and colors can readily be changed by the user.

The taylor_diagram plot options are activated by setting the option
argument, (say) "opt", to True and setting various attributes. The user
specified attribute options include:

       opt = True ; taylor diagram with options
       opt@tiMainString = "......" ; title
       opt@Markers = (/ ... /) ; markers
       opt@Colors = (/ ... /) ; colors
       opt@caseLabels = (/ ... /) ; case Labels
       opt@varLabels = (/ ... /) ; variable Labels
[snip]

============

If this does not do what you want, you must make a copy
of the script and modify the code yourself.

Good Luck

On 1/29/14, 4:08 AM, louis Vonder wrote:
> Dear NCL users?
>
> There is anyway to customize Tayor diagram such that number and circle be replaced by other symbols such as square, triangle, diamond, ...
>
> Regards,
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Wed Jan 29 07:14:51 2014

This archive was generated by hypermail 2.1.8 : Fri Feb 07 2014 - 16:39:11 MST