<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi,<br>
<br>
I don't have any trouble using 6.3.0 and polygons. Try the example
from the web page:<br>
<a class="moz-txt-link-freetext" href="http://ncl.ucar.edu/Document/Graphics/Interfaces/gsn_polygon_ndc.shtml">http://ncl.ucar.edu/Document/Graphics/Interfaces/gsn_polygon_ndc.shtml</a><br>
<br>
<font color="#000099"><tt>load
"$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl"</tt><tt><br>
</tt><tt>begin</tt><tt><br>
</tt><tt> wks = gsn_open_wks("x11","gsn_polygon_ndc") ; Open a
workstation.</tt><tt><br>
</tt><tt> </tt><tt><br>
</tt><tt> cirx = (/ .415, .326, .225, .159, .159, .225, .326,
.415, .450/)</tt><tt><br>
</tt><tt> ciry = (/ .846, .898, .880, .801, .699, .620, .602,
.654, .750/)</tt><tt><br>
</tt><tt><br>
</tt><tt> gsres = True ; Indicate you want to set
some resources.</tt><tt><br>
</tt><tt> gsres@gsFillColor = 4 ; Change fill color.</tt><tt><br>
</tt><tt><br>
</tt><tt> gsn_polygon_ndc(wks,cirx,ciry,gsres) ; Draw a filled
polygon.</tt><tt><br>
</tt><tt> frame(wks) ; Advance the
frame.</tt><tt><br>
</tt><tt>end</tt></font><br>
<br>
Bye,<br>
Karin<br>
<br>
<div class="moz-cite-prefix">Am 19.05.15 um 07:29 schrieb gibies
george:<br>
</div>
<blockquote
cite="mid:CAPadaeAuNEj3O6gGc2K8iP4CppqL9_HJ6EMZH9KsUXi1q5KiHw@mail.gmail.com"
type="cite">
<div dir="ltr">Dear NCL users,
<div><br>
</div>
<div>Is there any fix for the following warning message on NCL
6.3.0.</div>
<div><br>
</div>
<div>
<div>fatal:syntax error: line 631 in file
/gpfs1/home/Libs/GNU/NCL/ncl_ncarg-6.3.0/lib/ncarg/nclscripts/utilities.ncl
before or near ; Draw box.</div>
<div> </div>
<div> gsn_polygon_ndc(wks,xbox+xpos(i),ybox+ypos(i),gnres)
; Draw box.</div>
<div>^</div>
<div><br>
</div>
<div>fatal:syntax error: possibly an undefined procedure</div>
<div>fatal:syntax error: line 634 in file
/gpfs1/home/Libs/GNU/NCL/ncl_ncarg-6.3.0/lib/ncarg/nclscripts/utilities.ncl
before or near \n </div>
<div> gsn_polyline_ndc(wks,xbox+xpos(i),ybox+ypos(i),lnres)</div>
<div>----------------------------------------------------------^</div>
<div><br>
</div>
<div>fatal:syntax error: possibly an undefined procedure</div>
<div>fatal:syntax error: line 638 in file
/gpfs1/home/Libs/GNU/NCL/ncl_ncarg-6.3.0/lib/ncarg/nclscripts/utilities.ncl
before or near \n </div>
<div>
gsn_text_ndc(wks,label_strings(i),font_space+xpos(i),ypos(i)+font_space,txres)</div>
<div>-------------------------------------------------------------------------------------^</div>
<div><br>
</div>
<div>fatal:syntax error: possibly an undefined procedure</div>
<div>fatal:Syntax Error in block, block not executed</div>
<div>fatal:error at line 645 in file
/gpfs1/home/Libs/GNU/NCL/ncl_ncarg-6.3.0/lib/ncarg/nclscripts/utilities.ncl</div>
<div><br>
</div>
<div>
<div class="gmail_signature">
<div dir="ltr">
<div><b><font size="1"><br>
</font></b></div>
<div><b><font size="1">Gibies George,<br>
</font></b><b><font size="1">Senior Research Fellow
(</font></b><b><font size="1">CSIR)</font></b><b><font
size="1">,</font></b><b><font size="1"><br>
</font></b></div>
<div><b><font size="1">Climate and Global Modelling
Division,<br>
Indian Institute of Tropical Meteorology,<br>
Dr. Homi Bhabha Road, NCL (P. O.), Pashan,<br>
Pune 411008, India.<br>
Office Teleph : +912025904423<br>
Office mail : <a moz-do-not-send="true"
href="mailto:gibies@tropmet.res.in"
target="_blank">gibies@tropmet.res.in</a><br>
<br>
________________<br>
<br>
Vettikuzhiyil House<br>
Ezhakkaranadu South<br>
Puthencruz-682308, Kochi, India.<br>
Mobile number : +919028523910, +919420407392,
+919881707796<br>
Personal mail : <a moz-do-not-send="true"
href="mailto:gibiesgeorge@gmail.com"
target="_blank">gibiesgeorge@gmail.com</a><br>
<a moz-do-not-send="true"
href="http://sites.google.com/site/gibiesge/"
target="_blank">http://sites.google.com/site/gibiesge/</a></font></b>
<div style="margin-left:80px">
<div><b><font size="1"><br>
</font></b></div>
</div>
<font color="#274e13"><b><span
style="font-family:Arial;font-size:16px"></span></b></font></div>
</div>
</div>
</div>
</div>
</div>
</blockquote>
</body>
</html>