Re: dashed line for positive contour

From: Michael Notaro <mnotaro_at_nyahnyahspammersnyahnyah>
Date: Thu, 25 Jan 2007 14:05:40 -0600

Sang-ki,

If you want solid contours for values of say -2 and -1 and
dashed for values of +1 and +2, this should work, for example:

   res_at_cnLevelSelectionMode = "ExplicitLevels"
   res_at_cnLevels = (/-2,-1,1,2/)
   res_at_cnMonoLineDashPattern = False
   res_at_cnLineDashPatterns = (/0,0,2,2/)

Mike

On Jan 25, 2007, at 1:54 PM, Sang-ki Lee wrote:

> Mateus da Silva Teixeira wrote:
>> Sang-ki,
>> You may use the function ZeroNegDashLineContour() to get the
>> inverse - negative contours =dash and positive contours = solid -
>> like you may see below
>> plot = gsn_csm_contour_map_ce( xwks , eofs_hgt , False)
>> plot = ZeroNegDashLineContour( plot )
>> I hope this help you
>> Mateus
>
> Mateus,
>
> Thank you for your suggestion, but the negative are still dashed lines
> and positive contours are solid lines.
>
> What I need is the opposite.
>
> Sang-ki
>
>> Sang-ki Lee escreveu:
>>> Hi,
>>>
>>> I would like to use dashed line for positive contour and solid line
>>> for negative contour. Is there easy way to do it?
>>>
>>> Thank you.
>>>
>>> Sang-ki
>
>
> --
> ----------------------------------------------------------------------
> Dr. Sang-ki Lee
> RSMAS/CIMAS
> University of Miami
> 4600 Rickenbacker Causeway
> Miami, FL 33149 USA
> Tel) 305-361-4521
> Fax) 305-361-4412
> E-mail) sang-ki.lee_at_noaa.gov
> Homepage) http://www.aoml.noaa.gov/phod/people/sklee.html
> ----------------------------------------------------------------------
> Mailing-address:
> Dr. Sang-ki Lee
> AOML/PHOD
> 4301 Rickenbacker Causeway
> Miami, FL, 33149 USA
> ----------------------------------------------------------------------
> _______________________________________________
> ncl-talk mailing list
> ncl-talk_at_ucar.edu
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk

_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Thu Jan 25 2007 - 13:05:40 MST

This archive was generated by hypermail 2.2.0 : Tue Feb 06 2007 - 15:01:34 MST