<div dir="ltr"><div class="gmail_default" style="font-size:small">Xiaoyan,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">You sent your email to <a href="mailto:ncl-talk@ucar.edu" target="_blank">ncl-talk@ucar.edu</a>, but apparently you are not subscribed and the message bounced.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">You must subscribe to ncl-talk before you can send email to it.  For details, please see:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default"><a href="http://www.ncl.ucar.edu/Support/email_lists.shtml" target="_blank">http://www.ncl.ucar.edu/<wbr>Support/email_lists.shtml</a><br></div><div class="gmail_default"><br></div>Meanwhile, to get your X axes to match, you can explicitly set the intervals using gsnHistogramClassIntervals.<div><br></div><div>For an example, see:<br><br><a href="http://www.ncl.ucar.edu/Applications/histo.shtml#ex5">http://www.ncl.ucar.edu/Applications/histo.shtml#ex5</a><div class="gmail_default"><br></div><div class="gmail_default">If you have more questions, please subscribe to ncl-talk and send your question to <a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a>.</div><div class="gmail_default"><br></div><div class="gmail_default">Thank you,</div><div class="gmail_default"><br></div><div class="gmail_default">--Mary</div><div class="gmail_default"><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Oct 25, 2017 at 1:08 PM, Xiaoyan Zhang - NOAA Affiliate <span dir="ltr"><<a href="mailto:xiaoyan.zhang@noaa.gov" target="_blank">xiaoyan.zhang@noaa.gov</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>Hello,<br><br></div>   I am stuck in to set the same scale for two different histogram plot by gsn_histgram. Here is my setting in NCL script:<br>res                           <wbr>          = True                       ; plot mods desired<br>res@gsnMaximize              = True<br>res@tmXBMode                 = "Explicit"<br>res@tmXBLabelStride        = 21<br>res@tiXAxisString               = "OMB (K)"<br>res@tiYAxisString               = " "<br>res@gsnHistogramNumberOfBins  <wbr>      = 100</div><div>res@tiMainString      = "VIIRS BT -  NAM T2M"             ; add title</div><div>plot = gsn_histogram(wks,df_tsfc_t2m,<wbr>res)</div><div>res@tiMainString                = "VIIRS BT -  NAM TSFC"             ; add title</div><div>plot = gsn_histogram(wks,df_virs_<wbr>tsfc,res)<br><br></div>My example plots are attached here. Obviously, these two plots have different x-axis which was automatically generated. So my question is if I can control to set the minimum and maximum x-axis for those two plots to do fair comparison? I tried many options, but did not get successful. <br><br></div>I am looking forward your response. Thanks!<span class="HOEnZb"><font color="#888888"><br><br></font></span></div><span class="HOEnZb"><font color="#888888">Xiaoyan<br><div><div><div><br></div></div></div></font></span></div>
</blockquote></div><br></div>