<div dir="ltr"><div>I'm having an issue drawing a filled polygon on an xy line plot. The error seems to be related to the size of the polygon somehow.</div><div><br></div><div>Although my script dynamically determines the x and y coordinates of the polygon, and executes correctly with smaller polygons, I encounter an error with larger polygons. The NCL script completes without any error messages, but on opening the .eps file using MacOS and Preview, no .pdf is produced in Preview.  </div><div><br></div><div>I've tried running exactly the same script for various instances, and smaller polygons run without problems. When I manually change the x and y coordinates of the larger polygon, where the error was encountered, the problem goes away.</div><div><br></div><div>Is there some maximum limit to the size of a filled polygon? - I can't find any reference to this online...</div><div><br></div><div>I basically have an xy plot with y-axis values from 0 - 6500, and x-axis values from 280 - 330, and a couple of lines plotted using gsn_csm_xy. If the polygon is drawn on this plot using</div><div><div><i>polyres = True</i></div><div><i>polyres@gsFillColor  = "lightblue1"</i></div><div><i>polyres@tfPolyDrawOrder = "PreDraw"</i></div><div><i>polyres@gsFillOpacityF  = 0.2</i></div><div><i>dummy = new(1,graphic)</i></div></div><div><i>dummy = gsn_add_polygon(wks,plot,(/280.0,330.0,330.0,280.0,280.0/),(/2815,2815,826,826,2815/),polyres)</i></div><div>the plot fails to open a .pdf from the .eps file. (I use "PreDraw" so that the shading underlies the line plots.)</div><div><br></div><div>If I alter the y-coordinates to (/1815,1815,826,826,1815/) then there is no problem.</div><div><br></div><div>Any ideas?</div><div><br></div><div>Many thanks,</div><div>Tess</div><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div>-- <br>Dr Tess Parker<br>Research Fellow<br>School of Earth, Atmosphere and Environment<br>Room 232, Building 28<br></div><div>9 Rainforest Walk<br></div><div>Monash University, Clayton VIC 3800<br><br></div><a href="http://users.monash.edu.au/~tess/index.html" target="_blank">http://users.monash.edu.au/~tess/index.html</a><br></div></div></div></div></div></div></div></div></div></div></div>
</div>