<div dir="ltr"><div class="gmail_default" style="font-size:small">Ipsita,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">I&#39;m not exactly sure how you want your final plot to look, but the &quot;overlay&quot; procedure really is meant to be used to do simply overlays of say, contours on a map, or vectors on contours on a map, etc.</div>
<div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">It looks like you are trying to attach some plots via X and/or Y axes, and then try to use these as overlays, which won&#39;t work. The gsn_attach_plots (which is perhaps poorly named) is simply meant to join several plots together along a given axis.</div>
<div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">My suggestion is to overlay the plots *before* you call gsn_attach_plots.</div><div class="gmail_default" style="font-size:small">
<br></div><div class="gmail_default" style="font-size:small">If you continue to have problems, please describe your desired result in more detail, and what you are currently getting of your script that isn&#39;t correct. </div>
<div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">As always, it helps if you can provide a full script and your data so we can run the script here.</div><div class="gmail_default" style="font-size:small">
<br></div><div class="gmail_default" style="font-size:small">Thanks,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">--Mary</div><div class="gmail_default" style="font-size:small">
<br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Aug 13, 2014 at 1:18 PM, Ipsita Putatunda <span dir="ltr">&lt;<a href="mailto:ipsita.putatunda@gmail.com" target="_blank">ipsita.putatunda@gmail.com</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">Hi,<div>  I want to get an overlay plot of two plots which are created by attached plot. I have tried with overlay function which is not giving my desired plot. I tried with setting vpXF, vpYF for each plot also, but still am not getting overlaid plot. Is attaching plots before overlaying is causing the problem? Plotting part of my script is attached herewith.</div>

<div>Please help me to solve this issue.</div><div><br></div><div>Thanks,</div><div>Ipsita</div></div>
<br>_______________________________________________<br>
ncl-talk mailing list<br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>