<div dir="ltr"><div><div><div>Hi Christina,<br><br></div>Normally for PDF, you open the workstation just once and generate as many plots as you want; each plot will appear on a &quot;page&quot; of the PDF output.  When you make a call to gsn_open_wks() for each individual plot, that obviously opens a new workstation that is not closed until the script ends, and I believe there is a limit of 32 simultaneously opened workstations. So I think if you take your original all-in-one-script plot, and make only one call to gsn_open_wks(), you should be good to go.<br><br></div>Hope that helps...<br></div>Rick<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jul 8, 2015 at 1:26 PM, Christina Bonfanti - NOAA Affiliate <span dir="ltr">&lt;<a href="mailto:christina.bonfanti@noaa.gov" target="_blank">christina.bonfanti@noaa.gov</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">Hello,<br><div><br></div><div>So as of now, I am trying to make 33 plots and save them all to one pdf. In this process I have discovered a few things. First, I&#39;m not sure how to accomplish the one pdf part so as of now, my script saves each graph to its own pdf file. Another problem is that in creating a workspace for each graph and saving it to a pdf, I have discovered that I can only have so many graphs outputted from one ncl script before I get an error. Because of this, I have had to break my one script into three ncl script.</div><div><br></div><div>My question is basically is there a way to make 33 (or n number) of graphs from one ncl script and have them all save to one pdf.</div><div><br></div><div>I have attached my three scripts here.</div><div></div></div></blockquote><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">Christina</div></blockquote></div>
<br>_______________________________________________<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/mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>