Re: spread color plot in opt@pltColorMap

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Wed Jul 18 2012 - 07:53:20 MDT

opt@gsnSpreadColors = False

should be
opt@gsnSpreadColors = True

The opt@gsnSpreadColorStart, opt@gsnSpreadColorEnd
have no effect if gsnSpreadColors = False

On 7/17/12 11:59 PM, antonio avio wrote:
> Hello,
> I wonder is it possible to set the colors that appears in the plot if
> let say, I use the command :
>
> ---------diagnostic_cam.ncl"----------
> pltColorMap = "amwg_blueyellowred"
> if (opt .and. isatt(opt, "pltColorMap") ) then
> pltColorMap = opt@pltColorMap
> end if
> ------------------------------------------------------
> thus, i implemented the procedure like this:
>
> opt = True
> *opt@pltColorMap=amwg_blueyellowred ; spreading from 2 until 17 index*
> opt@gsnSpreadColors = False
> *opt@gsnSpreadColorStart=10*
> * opt@gsnSpreadColorEnd= 17*
>
> However, the results is still the same, nothing changed.
> Any idea?
> Thanks for your help.
>
> Antonio.
>
>
>
> _______________________________________________
> 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 Jul 18 07:53:30 2012

This archive was generated by hypermail 2.1.8 : Wed Jul 18 2012 - 14:33:00 MDT