<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hi all: <br>
    </p>
    <p>I am using ColorNegDashZeroPosContour as in</p>
    <p> plot = ColorNegDashZeroPosContour(plot,"red","magenta","blue")</p>
    <p>This works great except I would like the negative lines not
      dashed. I tried setting the resource dashline type to solid and
      when I checked the res, it is set that way e.g. <br>
    </p>
    <pre style="padding: 0px; margin: 0px; color: rgb(68, 68, 68); font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255);">gsnContourNegLineDashPattern : 0

Is it possible to do what I want with ColorNegDashZeroPosContour? Or is there another routine I should try? Or do I need to hand code this?  I have

   res@gsnContourNegLineDashPattern = 0       ; sets negative contours to dash pattern 1
   plot = gsn_csm_contour_map_ce (wks, mapx({lat1:lat2},{lon1:lon2}), res)   ; create ;temporary plot
   plot = ColorNegDashZeroPosContour(plot,"red","magenta","blue")
   print(res)           
   draw(plot)
   frame(wks)

Thanks!
Cathy
</pre>
    <pre class="moz-signature" cols="72">-- 
----------------------------------------------
NOAA/ESRL PSD and CU CIRES
303-497-6263
<a class="moz-txt-link-freetext" href="http://www.esrl.noaa.gov/psd/people/cathy.smith/">http://www.esrl.noaa.gov/psd/people/cathy.smith/</a>

Emails about data/webpages may get quicker responses from emailing 
<a class="moz-txt-link-abbreviated" href="mailto:esrl.psd.data@noaa.gov">esrl.psd.data@noaa.gov</a></pre>
  </body>
</html>