[Thread Prev][Thread Next][Index]

Re: [ferret_users] How can I use ferret to plot a shading (or stippling) area



Hi Liya,

please find below the commands to plot a stippling area which is
statistical significant for two fields

----------
! Define mask (1) for significance
let significance = if ... gt 0.95 then 1 else 0

let lon = x[gx=temp] + 0*y[gy=temp]
let lat = 0*x[gx=temp] + y[gy=temp]

fill temp  
plot/nolab/vs/over/sym=dot/color=black  significant*lon, significant*lat
-----------

Cheers,

thomas



Liya Jin wrote:
> Dear Ferreters,
>
> I have two questions that ask for your kind help:
>
> 1) How can I use ferret to plot a shading (or stippling) area which is
> statistical significant difference (e.g. 95% significant level using a
> student's-test) for two fields (e.g. temperature or precipitation)
> that overlay the 2D figure?
>
> 2) How can I set the palette to get an inverse colorscale with high
> and low values reversed?
>
> Thanks!
>
> Liya 


-- 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
 Thomas Froelicher
 Climate and Environmental Physics
 Physics Institute, University of Berne
 Sidlerstrasse 5, CH-3012 Bern - Switzerland

 phone      ++41-31-631-8528
 fax        ++41-31-631-8742
 
 mailto froelicher@xxxxxxxxxxxxxxxx

+++++++++++++++++++++++++++++++++++++++++++++++++++++++



[Thread Prev][Thread Next][Index]

Contact Us
Dept of Commerce / NOAA / OAR / PMEL / TMAP

Privacy Policy | Disclaimer | Accessibility Statement