<div dir="ltr"><div class="gmail_default" style="font-size:small">Francesco,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">See example panel_38.ncl at:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style=""><a href="http://www.ncl.ucar.edu/Applications/panel.shtml#ex38">http://www.ncl.ucar.edu/Applications/panel.shtml#ex38</a></div><div class="gmail_default" style=""><br></div><div class="gmail_default" style="">The key is to use the gsnPanelTop/Bottom/Left/Right resources to define each area of a unit square that you want to draw the panels in. These areas should present the layout of the plots you plan to panel.</div><div class="gmail_default" style=""><br></div><div class="gmail_default" style="">For example, if you are going to panel a row of three plots in one call, and two rows of three plots in a second call, then the first panel should get 1/3 of the unit square (gsnPanelTop = 1, gsnPanelBottom = 2./3.), and the second panel should get the bottom 2/3 of the unit square (gsnPanelTop = 2./3., gsnPanelBottom = 0.)</div><div class="gmail_default" style=""><br></div><div class="gmail_default" style="">If this doesn&#39;t help, please respond to ncl-talk, but it would help if you include your script and data so we can run it here.</div><div class="gmail_default" style=""><br></div><div class="gmail_default" style="">Thanks,</div><div class="gmail_default" style=""><br></div><div class="gmail_default" style="">--Mary</div><div class="gmail_default" style=""><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, May 13, 2016 at 7:18 AM, franz <span dir="ltr">&lt;<a href="mailto:f.trotta@sincem.unibo.it" target="_blank">f.trotta@sincem.unibo.it</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear ncl-Team<br>
<br>
  I’m using NCL - ersion 6.3.0<br>
  I’m drawing a multiple(4) plots (with gsn_panel)<br>
  each plots is a contour plot over a map (created with<br>
gsn_csm_contour_map)<br>
<br>
  I create 2 different multiple(4) plots.<br>
  The first has 4 panel with a certain xy-size, the second multi panel<br>
has 4 panel with a certain xy-size but different from the first<br>
multipannel<br>
<br>
  I would like to fix the width of the panels plot. Is it possible with<br>
ncl produce plot with a user defined width?<br>
<br>
thanks<br>
Francesco<br>
_______________________________________________<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/mailman/listinfo/ncl-talk</a><br>
</blockquote></div><br></div>