spread color plot in opt@pltColorMap

From: antonio avio <antonioavio_at_nyahnyahspammersnyahnyah>
Date: Tue Jul 17 2012 - 23:59:14 MDT

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
Received on Tue Jul 17 23:59:23 2012

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