[ncl-talk] Linearizing the Taylor diagram
samirpokhrel
samir at tropmet.res.in
Thu Nov 2 05:11:51 MDT 2017
Dear NCL users,
I am trying to plot taylor diagram having linear scale of correlation (i.e correlation axis varying from 0.0 to 1.0 linearly and all the spaces are equal). The default Taylor diagram gives larger weight to high correlation values (e.g from 0.9 to 1.0).
I have tried to modify the sLabels in the code but it is also not solving the purpose
sLabels = (/"0.0","0.1","0.2","0.3","0.4","0.5","0.6" \ ; correlation labels
,"0.7","0.8","0.9","1.0" /); also, major tm
cLabels = stringtofloat(sLabels)
rad = 4.*atan(1.0)/180.
angC = acos(cLabels)/rad
Hope ncl experts may guide me.
Thanking you in advance.
Sincerely
Samir Pokhrel
IITM
More information about the ncl-talk
mailing list