Re: panel plot with different palettes

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Fri Aug 23 2013 - 12:16:07 MDT

The contour resource to use is: 'cnFillPalette'
     which is available in version 6.1.0 and later.

You can see many examples of its' use at:

http://www.ncl.ucar.edu/Applications/res_list.shtml

Search for 'cnFillPalette'

For panel plots see:
    http://www.ncl.ucar.edu/Applications/panel.shtml#ex29
    http://www.ncl.ucar.edu/Applications/panel.shtml#ex33

eg:
res@cnFillPalette = "BlAqGrYeOrRe"

then later

res@cnFillPalette = "temp_diff_18lev"

On 08/23/2013 10:23 AM, Izidine Pinto wrote:
> Dear NCL users
>
> I'm trying to plot multiple panel plot with different color palette.
> Basically I want the first plot to have the colors of "precip_11lev"
> and the rest "ncl_default" but with white color between -0.5 and 0.5.
> I was wondering if someone could tell me where to add the options to get
> the desired results and if its possible to make the script shorter.
> Attached are an example script and the result I'm having.
> The data I'm using is available at
> http://www.ncl.ucar.edu/Applications/Data/cdf/atmos.nc
>
>
> Thanks in advance
> Izidine
> --
>
>
>
>
> _______________________________________________
> 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 Fri Aug 23 12:16:17 2013

This archive was generated by hypermail 2.1.8 : Fri Aug 30 2013 - 14:04:57 MDT