Re: confidence intervals

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Wed Mar 24 2010 - 06:37:28 MDT

This is probably not the best way.
Graphics experts should chime-in.

p(_,_)

     pPlot = where(abs(p).lt.90 , p@_FillValue, p)
     copy_VarMeta(p, pPlot)

Then

    res@cnLevelSelectionMode = "ExplicitLevels"
    res@cnLevels = (/-99, -95, -90, 90, 95, 99 /)

Debasish PaiMazumder wrote:
> Hello,
>
> I would like to draw a spatial plot of significance correlation in terms
> of confidence intervals (i.e. color label should be -99 -95 -90 90 -95
> -99%). Is there any example in ncl which do the same?
>
> Thanks
>
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Wed Mar 24 06:37:32 2010

This archive was generated by hypermail 2.1.8 : Thu Apr 01 2010 - 11:31:45 MDT