Re: Dash pattern

From: Adam Phillips <asphilli_at_nyahnyahspammersnyahnyah>
Date: Fri, 14 Jul 2006 13:37:59 -0600

Hi Varejăo,

Unfortunately, you cannot create dotted lines in NCL. The closest dash
pattern to a dot pattern is probably dash pattern #2. Try using these
resources to set negative lines as dash pattern 2 and the 0 line as bold.

Assuming you have 7 contour lines from -3:3 by 1.

res_at_cnMonoLineDashPattern = False
res_at_cnLineDashPatterns = (/2,2,2,0,0,0,0/)
res_at_gsnContourZeroLineThicknessF = 2.5 ; thicken the 0 line

Good luck,
Adam

Varejăo Júnior wrote:
> Hi,
>
> I have to plot a gsn_csm_contour_map_ce without fill, just the lines.
> That is ok.
> But I want to set the lines of negative values as dots, positive
> values as lines, and the 0 values as a bold line.
> There is a way to set that dash pattern?
>
> Thanks,
>
> Varejăo
>
>

-- 
--------------------------------------------------------------
Adam Phillips			             asphilli_at_ucar.edu
National Center for Atmospheric Research   tel: (303) 497-1726
ESSL/CGD/CAS                               fax: (303) 497-1333
P.O. Box 3000				
Boulder, CO 80307-3000	  http://www.cgd.ucar.edu/cas/asphilli
_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Fri Jul 14 2006 - 13:37:59 MDT

This archive was generated by hypermail 2.2.0 : Mon Jul 17 2006 - 11:02:00 MDT