<div dir="ltr"><span style="font-size:12.8000001907349px">Hello,<br><br>I&#39;m trying to modify a boxplot diagram (see attached *.pdf image) so that the x-axis doesn&#39;t take up as much room (i.e., make the boxes tighter together by eliminating the spacing in between them).  I&#39;ve tried several different things, but none seem to work.  I&#39;ve attached the script to this email (unfortunately the data file is large and can&#39;t be attached too).  I&#39;m assuming that there is an NCL resource that I haven&#39;t yet tapped into that can do the trick. </span><div style="font-size:12.8000001907349px"><span style="font-size:12.8000001907349px"><br></span></div><div style="font-size:12.8000001907349px"><span style="font-size:12.8000001907349px">Here is an example of what I&#39;ve tried so far to scale the x-axis values (using fspan), but unfortunately didn&#39;t work...</span></div><div style="font-size:12.8000001907349px"><div><span style="font-size:12.8000001907349px"> </span></div><div><span style="font-size:12.8000001907349px">xdata_BOX_ALL = fspan(1,xdata_num_BOX_ALL,15) </span></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px">...changing the above to...</span></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><div style="font-size:12.8000001907349px">xdata_BOX_ALL = fspan(1,0.25*xdata_num_BOX_ALL,15)</div><div><span style="font-size:12.8000001907349px">xdata_BOX_ALL = fspan(1,0.5*xdata_num_BOX_ALL,15)</span></div><div style="font-size:12.8000001907349px"><br></div></div></div><div style="font-size:12.8000001907349px"><span style="font-size:12.8000001907349px">...and I tried modifying some of the ncl resource options too, but I think the boxplot plotting function is a unique case and doesn&#39;t respond like other plots would.  </span></div><div style="font-size:12.8000001907349px"><span style="font-size:12.8000001907349px"><br></span></div><div style="font-size:12.8000001907349px"><span style="font-size:12.8000001907349px">Any ideas on how to do this?  I may have missed a few plotting resources, so any insights are helpful.</span></div><div style="font-size:12.8000001907349px"><span style="font-size:12.8000001907349px"><br></span></div><div style="font-size:12.8000001907349px"><span style="font-size:12.8000001907349px">All the best,</span></div><div style="font-size:12.8000001907349px"><span style="font-size:12.8000001907349px"><br></span></div><div style="font-size:12.8000001907349px"><span style="font-size:12.8000001907349px">AR</span></div><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><font color="#006600"><div style="font-weight:bold"><br></div><div><font color="#006600" size="4"><b>Alan Rhoades</b></font></div></font><div><div><b><font size="2" color="#000000">PhD Student, Atmospheric Science Graduate Group</font></b></div><div><b><font size="2" color="#000000">Climate Change Water and Society (CCWAS) NSF IGERT Trainee</font></b></div><div><b><font size="2" color="#000000">University of California, Davis</font></b></div><div><span style="font-family:arial,sans-serif;background-color:rgb(255,255,255)"><u><b><a href="https://www.linkedin.com/pub/alan-rhoades/22/5bb/52a" target="_blank"><font color="#0000ff">LinkedIn</font></a></b></u></span></div><div><span style="font-family:arial,sans-serif;background-color:rgb(255,255,255)"><u><b><font size="2"><a href="mailto:alan.m.rhoades@gmail.com" target="_blank">alan.m.rhoades@gmail.com</a> </font></b></u></span></div><div><span style="font-family:arial,sans-serif;background-color:rgb(255,255,255)"><u><b><font size="2"><a href="mailto:amrhoades@ucdavis.edu" target="_blank">amrhoades@ucdavis.edu</a></font></b></u></span></div></div><div><font color="#003300" size="2"><b><br></b></font></div><div><b><i><font color="#006600" size="2">&quot;It’s all really there. That’s what really gets you. But you gotta stop and think about it to really get the pleasure about the complexity, the inconceivable nature of nature.&quot;</font></i></b></div><div><b><i><font color="#006600" size="2">Richard Feynman</font></i></b></div></div></div></div></div>
</div>