<div dir="ltr">Hi Barry,<div>The gsnPanel* resources will not work unless you are passing them in as resources to a gsn_panel call. </div><div><br></div><div>If you want to call gsnMaximize and set the gsnPanel* resources you can change the following code from this:</div><div><div><br></div><div><div>res@gsnMaximize      = True                   ; use full page</div><div>res@gsnPanelRight = 0.5</div><div>res@gsnPaperWidth = 7.5</div></div><div>...</div><div>overlay(plot,plot_ov)                       </div><div>draw(plot)                                  </div><div>frame(wks)                              </div></div><div><br></div><div>to this:</div><div><br></div><div><div>;res@gsnMaximize      = True                 ; comment these 3 resources out</div><div>;res@gsnPanelRight = 0.5</div><div>;res@gsnPaperWidth = 7.5</div></div><div><br></div><div><div>...</div><div>overlay(plot,plot_ov)    </div></div><div>panres = True</div><div>panres@gsnMaximize = True</div><div>panres@gsnPanelRight = 0.8</div><div>gsn_panel(wks,plot,(/1,1/),panres)</div><div><br></div><div>Hopefully that at least gets you going on the right path. If you have any further questions please write to the ncl-talk email list.</div><div>Adam</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jan 5, 2017 at 12:46 PM, Barry Lynn <span dir="ltr">&lt;<a href="mailto:barry.h.lynn@gmail.com" target="_blank">barry.h.lynn@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><br></div><div>I have tried everything that I could find, but I can&#39;t move the plot away from the right hand side of the page (after using gsnMaximize).</div><div><br></div><div>The result is that there is no room for my label bar!</div><div><br></div><div><div> res@gsnPanelBottom = 0.25</div><div> res@gsnPanelRight = 0.75</div><div>  res@gsnMaximize      = True                   ; use full page</div><div>  res@gsnPanelRight = 0.5</div><div>  res@gsnPaperWidth = 7.5</div><div><br></div><div>Thank you for your advice,</div><div><br></div><div>Barry</div><div><br></div><div><br></div>-- <br><div class="m_3467444688045709892gmail_signature"><div dir="ltr">Barry H. Lynn, Ph.D<div><div>Senior Lecturer,</div><div><div><span style="color:rgb(136,136,136)">The Institute of the Earth Science, </span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">The Hebrew University of Jerusalem, </span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">Givat Ram, Jerusalem 91904, Israel </span><br style="color:rgb(136,136,136)"></div><span style="color:rgb(136,136,136)">Tel: 972 547 231 170</span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">Fax: (972)-25662581</span></div></div><div><span style="color:rgb(136,136,136)"><br></span></div><div>C.E.O, Weather It Is, LTD<br>Weather and Climate Focus<br><a href="http://weather-it-is.com" target="_blank">http://weather-it-is.com</a><br>Jerusalem, Israel<br>Local: 02 930 9525<br>Cell: 054 7 231 170<br>Int-IS: x972 2 930 9525<br>US <a href="tel:(914)%20432-3108" value="+19144323108" target="_blank">914 432 3108</a><br></div></div></div>
</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><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><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">303-497-1726 </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>
</div>