<div dir="ltr"><div><div>Also, if the labelbars are all the same, I'd suggest that you use a common label bar. See:<br> <a href="http://www.ncl.ucar.edu/Applications/panel.shtml">http://www.ncl.ucar.edu/Applications/panel.shtml</a><br></div> Example 3 is one example<br><br></div>Maybe, a vertical label bar would be good. Try different resources.<br><div><div><div><br><pre>res@lbLabelBarOn = False ; turn off individual lb</pre><pre> resP = True ; modify the panel plot
resP@txString = "A plot with a common label bar"
resP@gsnPanelLabelBar = True ; add common colorbar
resP@lbLabelFontHeightF = 0.007 ; make labels smaller<br> <br>;;res@lbOrientation = "Vertical" ; vertical label bar <br> gsn_panel(wks,plot,(/2,1/),resP) ; now draw as one plot<br><br></pre><pre>Also see Example 6 <br><br> resP@gsnPanelYWhiteSpacePercent = 5
resP@gsnPanelXWhiteSpacePercent = 5
<br></pre></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Apr 13, 2015 at 9:41 AM, Adam Phillips <span dir="ltr"><<a href="mailto:asphilli@ucar.edu" target="_blank">asphilli@ucar.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div>Hi Lin,<br></div>By default NCL uses the space allocated to the first panel plot as the space used for all other panel plots. In your case the labeling on the left Y axis makes the first plot much bigger than the other plots. You can tell NCL to use the space allocated to any other paneled plot by setting <a href="http://www.ncl.ucar.edu/Document/Graphics/Resources/gsn.shtml#gsnPanelScalePlotIndex" target="_blank"><em></em></a>gsnPanelScalePlotIndex = 1 in your panel resource list. See example #24 here:<br><a href="http://www.ncl.ucar.edu/Applications/panel.shtml#ex24" target="_blank">www.ncl.ucar.edu/Applications/panel.shtml#ex24</a><br><br></div>The (more direct ) way to modify the locations of paneled plots is to use the output from gsnPanelDebug to set the X/Y locations of each panel individually. See example #19 here:<br><a href="http://www.ncl.ucar.edu/Applications/panel.shtml#ex19" target="_blank">www.ncl.ucar.edu/Applications/panel.shtml#ex19</a><br><br></div>Hope that helps. If not, please respond to the ncl-talk email list.<br></div>Adam<br><div><div><div><br></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div class="h5">On Sun, Apr 12, 2015 at 9:28 AM, 林祥 <span dir="ltr"><<a href="mailto:xianglin72@icloud.com" target="_blank">xianglin72@icloud.com</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">Hi, all<br>
<br>
<br>
I made 5 plots and panel them into a figures. I don't want to show the Labels for the left Y Axis of these plots except for<br>
<br>
the leftmost one, however, the distances between these plots seem too large (See the attached eps files). Anyone can help me<br>
<br>
to shorten the distance between these plots?<br>
<br>
<br>
Thanks!<br>
<br>
<br>
<br>
Lin<br>
<br>
<br>
<br></div></div>_______________________________________________<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><span class="HOEnZb"><font color="#888888"><br><br clear="all"><br>-- <br><div><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"><a href="tel:303-497-1726" value="+13034971726" target="_blank">303-497-1726</a> </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>
</font></span></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>