<div dir="ltr"><div dir="ltr"><div dir="ltr">Hi Zack,<div>If I understand your questions correctly, you'd like to be able to look at the intermediate overlays before the final overlay is done, correct? If so I don't think you can do this totally within NCL. You can however use Image Magick and the composite command to combine images outside of NCL, which you can write into your script. You would want to write out each scatterplot as it's own image, and overlay them using the composite command. That would allow you to look at the scatterplots as they get created. You can even leave the existing coding intact for the plots, and create a 2nd set of plotting calls for each plot that will be used by Image Magick.</div><div><a href="https://imagemagick.org/script/composite.php">https://imagemagick.org/script/composite.php</a></div><div>Perhaps others will have a better idea, but this is the only option that I see.</div><div>Adam</div><div> <br></div></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Aug 9, 2019 at 12:15 PM Zach Rieck via ncl-talk <<a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">To whom it May Concern-<div><br></div><div>I have several scatter plots that I want to combine into 1. My codes for each source file are comprehensive and take a while to compile (~10 min). I could create a master code and overlay everything, but I don't want to be waiting an hour for the plot to generate.</div><div><br></div><div>What I'd like to do is modify my code to open the scatter plot and overlay the plots on top of each other into one. This seems like something that should be relatively straightforward to do, but I can't find any examples that guide me through the syntax. </div><div><br></div><div>If code is helpful, I have it attached, but generally trying to frame this as a conceptual question. If you can show how to merge any PDF plots (or png if necessary) I can figure the rest out.</div><div><br></div><div>Thanks for the help!</div><div><br></div><div>Respectfully,<br clear="all"><div><div dir="ltr" class="gmail-m_-1188678600851246350gmail_signature"><div dir="ltr">-Zach Rieck<div><a href="mailto:zrr817@gmail.com" target="_blank">zrr817@gmail.com</a></div><div>(513)-502-5652</div></div></div></div></div></div>
_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu" target="_blank">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></blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div><div><span><font color="#888888">Adam Phillips <br></font></span></div><span><font color="#888888">Associate Scientist,  </font></span><span><font color="#888888">Climate and Global Dynamics Laboratory, NCAR<br></font></span></div></div><div><span><font color="#888888"><a href="http://www.cgd.ucar.edu/staff/asphilli/" target="_blank">www.cgd.ucar.edu/staff/asphilli/</a>   </font></span><span><font color="#888888">303-497-1726 </font></span></div><span><font color="#888888"></font></span><div><div><span><font color="#888888"><br></font></span><div><span><font color="#888888"><a href="http://www.cgd.ucar.edu/staff/asphilli" target="_blank"></a></font></span></div></div></div></div></div></div></div></div></div></div></div>