<div dir="ltr"><div class="gmail_default" style="font-size:small">Without being able see your data or your script, we can't be sure of what the problem is.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">When NCL creates the plot's axes, it tries to use "nice" values for the X and Y axes minimum and maximum values. This means that you might get some extra space on one or both axes if the actual range of the data is not "nice" numbers. </div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">For example, if your X axis goes from 1.1 to 9.5, then NCL may choose 1 for the minimum X value and 10 for the maximum X value.  The data will be plotted correctly, regardless.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">If you need to set the limits of your X axis, then use the trXMinF and trXMaxF resources:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">  res@trXMinF = 1.1</div><div class="gmail_default" style="font-size:small">  res@trXMaxF = 9.5</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Or, use the data itself to determine the min and max:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default"><div class="gmail_default" style="font-size:small">  res@trXMinF = min(x)</div><div class="gmail_default" style="font-size:small">  res@trXMaxF = max(x)</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Where "x" is the first array being passed to gsn_csm_xy.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">In your case, there's something strange going on with the X axis because there appears to be far too much white space on the X axis. I don't know what the cause of this is, but you need to look at your X array using printVarSummary and printMinMax to see what the range of this array is.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Since you have time values on the X axis, uou might want to check out the user contributed function "time_axis_labels". This procedure gives you nice labels on a time axis.  For some examples, see:<br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default"><a href="http://www.ncl.ucar.edu/Applications/time_labels.shtml">http://www.ncl.ucar.edu/Applications/time_labels.shtml</a><br></div><div class="gmail_default"><br></div><div class="gmail_default">The first example on this page sets trXMinF and trXMaxF.</div><div class="gmail_default"><br></div><div class="gmail_default">--Mary</div><div class="gmail_default"><br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Dec 19, 2017 at 9:21 AM, Kiswendsida Hyacinthe GUIGMA via ncl-talk <span dir="ltr"><<a href="mailto:ncl-talk@ucar.edu" target="_blank">ncl-talk@ucar.edu</a>></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:verdana,helvetica,sans-serif;font-size:16px"><div id="m_5787623935958341338yiv9712165049"><div id="m_5787623935958341338yui_3_16_0_ym19_1_1513700435974_3152"><div id="m_5787623935958341338yui_3_16_0_ym19_1_1513700435974_3151" style="color:#000;background-color:#fff;font-family:verdana,helvetica,sans-serif;font-size:16px"><div id="m_5787623935958341338yiv9712165049yui_3_16_0_ym19_1_1513698812508_7562"><span id="m_5787623935958341338yiv9712165049yui_3_16_0_ym19_1_1513698812508_7622">Dear NCL users,</span></div><div dir="ltr" id="m_5787623935958341338yiv9712165049yui_3_16_0_ym19_1_1513698812508_7589"><span id="m_5787623935958341338yiv9712165049yui_3_16_0_ym19_1_1513698812508_7613">I am doing a simple xy-plot but I don't get nice pictures. Actually the problem is that my plot doesn't take all the extent of the axis. It leaves some space at the right and the left corners. Please have a look at the attached png file to understand more. I have tried to solve this problem using many resources but without success. <br></span></div><div id="m_5787623935958341338yiv9712165049yui_3_16_0_ym19_1_1513698812508_9606" dir="ltr"><span id="m_5787623935958341338yiv9712165049yui_3_16_0_ym19_1_1513698812508_7613">Thank you in advance for your help!</span></div><div id="m_5787623935958341338yiv9712165049yui_3_16_0_ym19_1_1513698812508_7773" dir="ltr"><br><span id="m_5787623935958341338yiv9712165049yui_3_16_0_ym19_1_1513698812508_7613"></span></div><div id="m_5787623935958341338yiv9712165049yui_3_16_0_ym19_1_1513698812508_7774" dir="ltr"><br><span id="m_5787623935958341338yiv9712165049yui_3_16_0_ym19_1_1513698812508_7613"></span></div><div id="m_5787623935958341338yiv9712165049yui_3_16_0_ym19_1_1513698812508_7568"> </div><div id="m_5787623935958341338yiv9712165049yui_3_16_0_ym19_1_1513698812508_7563" class="m_5787623935958341338yiv9712165049signature">-----------------------------<br>GUIGMA</div></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></div>