<div dir="ltr">Hi Jonathan,<div>I am guessing that this is a draw/frame issue. Make sure that when you create the plot to be overlaid, that gsnDraw/gsnFrame are set to False. A skinny outline would look like this:</div><div><br></div><div>res = True</div><div>res@gsnDraw = False</div><div>res@gsnFrame = False</div><div>....</div><div>plot(0) = gsn_csm_contour_map(wks,....,res) ; create ANN correlation plot</div><div><div>plot(1) = gsn_csm_contour_map(wks,....,res) ; create DJF correlation plot</div><div></div></div><div><div>plot(2) = gsn_csm_contour_map(wks,....,res) ; create JJA correlation plot</div><div></div></div><div>...</div><div>cres = True</div><div>cres@gsnDraw = False</div><div>cres@gsnFrame = False<br></div><div>oplot = gsn_csm_contour(wks,...cres)</div><div>overlay(plot(0),oplot) ; note that if you want to add the overlay to each plot, you will have to create three oplots</div><div><br></div><div>panres = True</div><div>panres@gsnPanelRowSpec = True</div><div>...</div><div>gsn_panel(wks,plot,(/1,2/),panres)</div><div><br></div><div>If the above does not help, please include the graphics portion of your script in your reply.</div><div>Adam</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Apr 12, 2021 at 9:12 AM Buzan, Jonathan via ncl-talk <<a href="mailto:ncl-talk@mailman.ucar.edu">ncl-talk@mailman.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 style="overflow-wrap: break-word;">
Hi NCL-Talk,
<div><br>
</div>
<div>I am attempting to make an animation.</div>
<div><br>
</div>
<div>My image consists of a figure that has an overlay. When I produce the file, there are 2 images. The overlay and the original plot. But, to animate I need single slide of the combined image. Is there a way to remove the excess images in ncl to
 save only the panel?</div>
<div><br>
</div>
<div>Example below:</div>
<div><br>
</div>
<div>Cheers,</div>
<div>-Jonathan</div>
<div><br>
</div>
<div><br>
</div>
<div><img id="gmail-m_4619958695932528173070A2AA5-C0D3-45D8-B231-52F06D45D475" src="cid:178c6cfe1b9e90f80c11"></div>
<div><br>
</div>
<div><img id="gmail-m_4619958695932528173725489AB-51E3-4ED9-9340-962139F5DD67" src="cid:178c6cfe1b9bc5d56ba2"></div>
<div><br>
</div>
<div><br>
</div>
</div>

_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@mailman.ucar.edu" target="_blank">ncl-talk@mailman.ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="https://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">https://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>