<div dir="ltr"><div>Hi ncl_talk,<br><br>I want to plot a horizontal line to at a specific 
latitude .  I&#39;m doing this to show where I sliced the vertical cross section.  I
 used gsn_add_polyline but I when I use it, I get a plot without a line 
drawn with no errors.  Any help with this script will be greatly appreciated!<br><br></div><div>Thanks<br></div><div><br></div>Script:<br><br>plres = True<br>plres@gsLineColor = &quot;blue&quot;<br>plres@gsLineThicknessF = 2.0<br><br>lat = (/38.30, 38.30/)<br>lon = (/-120.00, -119.10/)<br><br>plot = gsn_add_polyline(wks,contour,lon,lat,plres)<br><br>draw(contour)<br>frame(wks)<br><br> <br></div>