<div dir="ltr"><div class="gmail_default" style="font-size:small">I think you are getting the labels, but you can&#39;t see them because they are running off the bottom of the panel plot.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Whenever you are paneling plots that are not the same size, which is what you have in your case because the bottommost left plot is larger than the rest, you need to tell gsn_panel to scale your plots based on the largest plot.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Try:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">res_panel@gsnPanelScalePlotIndex = 8   ; the 9th plot in the sequence</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">To remove contour line labels:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">res@cnLineLabelsOn= False</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><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 22, 2016 at 4:47 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 have a panel plot with 2 columns and 5 rows. I have switched off the bottom labels for the 4 rows. But I am unable to get the XBottom for the 5th plot for which I have given the tmXBOn resource separately. </span></div><div dir="ltr"><span><br></span></div><div dir="ltr"><br></div><div dir="ltr"><span>2nd problem is : how to remove the contour labels in the 1st row (contours between 5880-5900). </span></div><div dir="ltr"><span><br></span></div><div dir="ltr">can some one help in fixing these issues. </div><span class="HOEnZb"><font color="#888888"><div dir="ltr"><br></div><div></div><div> </div><div>Geeta.</div></font></span></div></div><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>
<br></blockquote></div><br></div>