<div dir="ltr"><div class="gmail_default" style="font-size:small">Geeta,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">You only have 2 plots, but you are telling gsn_panel that you have four plots. The &quot;(/2,2/)&quot; tells gsn_panel that you want two rows and 2 columns, hence 4 plots.  </div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">It should have drawn at least two of the plots, so I&#39;m not sure why it didn&#39;t.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Instead, try telling gsn_panel you want 1 row and 2 columns, or 2 rows and 1 column:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">







<p class=""><span class="">                  </span><span class="">gsn_panel</span><span class="">(Wks_Panel,Plot_NPIX_FIX,</span><span class="">(/</span><span class="">2,1</span><span class="">/)</span><span class="">,PanelRes)</span></p><p class=""><span class="">or</span></p><p class=""><span class="">







</span></p><p class=""><span class="">                  </span><span class="">gsn_panel</span><span class="">(Wks_Panel,Plot_NPIX_FIX,</span><span class="">(/1,2</span><span class="">/)</span><span class="">,PanelRes)</span></p><p class=""><span class="">--Mary</span></p><p class=""><span class=""><br></span></p></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Aug 7, 2016 at 11:51 AM, Geeta Geeta <span dir="ltr">&lt;<a href="mailto:geetag54@yahoo.com" target="_blank">geetag54@yahoo.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><div style="color:#000;background-color:#fff;font-family:HelveticaNeue,Helvetica Neue,Helvetica,Arial,Lucida Grande,Sans-Serif;font-size:16px"><div dir="ltr"><span>I request some one to help me with the panel plots. </span></div><div dir="ltr"><span>I have made two individual plots for rain rate but unable to make the panel. I am attaching all of the plots here. </span></div><span class="HOEnZb"><font color="#888888"><div></div><div> </div><div><br></div><div>Geeta.</div></font></span></div></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>