<div dir="ltr"><div class="gmail_default" style="font-size:small">I forgot to mention: I took panel_24.ncl and modified it to mimic the map area that you had, and then applied the resources I suggested. Note that I didn't need to set the WhiteSpace resources because the plots are pretty close. In fact, you may want to set these resources if you want to increase the spacing between plots.</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><br><div class="gmail_quote"><div dir="ltr">On Mon, Nov 19, 2018 at 10:34 AM Mary Haley <<a href="mailto:haley@ucar.edu">haley@ucar.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-size:small">Dear Saquib,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">The problem is that your plots are different sizes. NCL bases the sizing of all plots on the size of your first plot. If your first plot is larger than some of the others, then the smaller plots will be resized too much.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">One way around this to set the gsnPanelScalePlotIndex resource to indicate which plot index represents the smaller of the plots you plan to panel (indexing starts at 0). I would use plot index 1:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">pres@gsnPanelScalePlotIndex = 1<br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">However, now that you've changed the scaling, some of the larger plots on the left will likely fall off the page. To fix this, you can set gsnPanelLeft to a number slightly bigger than 0, just to provide a little bit if a margin:</div><div class="gmail_default" style="font-size:small"><br></div>  pres@gsnPanelLeft           = 0.02</div><div dir="ltr"><br><div class="gmail_default" style="font-size:small">You can see some examples of tweaking plots for a panel at:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default"><a href="http://www.ncl.ucar.edu/Applications/panel.shtml" target="_blank">http://www.ncl.ucar.edu/Applications/panel.shtml</a><br></div><div class="gmail_default"><br></div><div class="gmail_default">In particular, look at plots panel_24.ncl, panel_28.ncl, and panel_30.ncl. </div><div class="gmail_default"><br></div><div class="gmail_default">--Mary</div><div class="gmail_default"><br></div></div></div><br><div class="gmail_quote"><div dir="ltr">On Sun, Nov 18, 2018 at 5:49 AM Md. Saquib Saharwardi 1610303 <<a href="mailto:saquib16@iiserb.ac.in" target="_blank">saquib16@iiserb.ac.in</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div dir="ltr"><div><div>Dear NCL User,<br></div>                       I am using panel plot for multiple timescale.<br></div> I want to fix spacing between the plot by using resources<br><br>pres@gsnPanelXWhiteSpacePercent = 0<br>pres@gsnPanelYWhiteSpacePercent = 2<br></div><div>Along the xaxis by default I am getting large gaps between the plots, which is not solved by using these two above resources.<br></div><div>I have also attached by plots for identification of problems.<br><br></div><div>Please help me in this regard<br><br></div><div>Thanks and Regards<br></div><div>Saquib<br></div><div dir="ltr"><div><div><div><div><div dir="ltr" class="m_2874485456015468377m_-3861179144328423701gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div><span style="font-size:12.8px">*****************************************************************************</span><br></div><font color="#999999">Md. Saquib Saharwardi</font><div><font color="#999999">Research Scholar</font></div><div><font color="#999999">Department of Earth and Environmental Sciences</font></div><div><font color="#999999">Indian Institute of Science Education and Research Bhopal (IISERB)</font></div><div><font color="#999999">Bhopal- 462066, Madhya Pradesh</font></div><div><font color="#999999">Email: <a href="mailto:saquib16@iiserb.ac.in" target="_blank">saquib16@iiserb.ac.in</a></font></div><div><font color="#999999">Mob: +91-7471112404<br></font></div><div><a href="http://home.iiserb.ac.in/~kumarp/index.html" style="font-size:12.8px" target="_blank"><font color="#999999">CGMLI (Home Page)</font></a><br></div></div></div></div></div></div></div></div></div></div></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><br>
</blockquote></div>
</blockquote></div>