<div dir="ltr"><div><div>Hi,<br><br></div>That's indeed odd. Does it happen only with postscript output?  Would you be able to send me your script/data so that I can observe the exact behavior?<br><br></div>Rick<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Apr 30, 2018 at 12:26 AM, Tess Parker <span dir="ltr"><<a href="mailto:tess.parker@monash.edu" target="_blank">tess.parker@monash.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><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,(/<wbr>280.0,330.0,330.0,280.0,280.0/<wbr>),(/2815,2815,826,826,2815/),<wbr>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><span class="HOEnZb"><font color="#888888"><br clear="all"><div><div class="m_-8374339031247834816gmail_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/~<wbr>tess/index.html</a><br></div></div></div></div></div></div></div></div></div></div></div>
</font></span></div>
<br>______________________________<wbr>_________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/<wbr>mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>