<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to shrink space between values in Y axis? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-shrink-space-between-values-in-Y-axis/m-p/735687#M229176</link>
    <description>That's not a good idea at all. The break makes it very clear to a reader that the axis has changed so that they can accurately interpret it. Otherwise, how will you indicate that the axis has changed units of measure?</description>
    <pubDate>Tue, 20 Apr 2021 17:31:02 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2021-04-20T17:31:02Z</dc:date>
    <item>
      <title>How to shrink space between values in Y axis?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-shrink-space-between-values-in-Y-axis/m-p/735317#M229068</link>
      <description>&lt;P&gt;I am trying to generate boxplot using proc sgrender.&amp;nbsp;Please see the below graph I generated. Since there are outliers in my data, I have to display in the graph as well. but there is too much space between 5000 and 15000. My question is how can i shrink the space between 5000 and 15000? I would like to display 5000 close to 15000.&lt;/P&gt;
&lt;P&gt;here is the option I gave in Yaxis.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;yaxisopts=( label="xxx" type=linear linearopts=(tickvaluelist=(0 5000 15000)));&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="anurak_0-1618851015342.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/58330i24380BECBCD6512B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="anurak_0-1618851015342.png" alt="anurak_0-1618851015342.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Apr 2021 16:54:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-shrink-space-between-values-in-Y-axis/m-p/735317#M229068</guid>
      <dc:creator>anurak</dc:creator>
      <dc:date>2021-04-19T16:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to shrink space between values in Y axis?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-shrink-space-between-values-in-Y-axis/m-p/735327#M229076</link>
      <description>&lt;P&gt;First thing, you should provide the entire template. Options like Layout Overlay affect how, or if, yaxisopts and xaxisopts are applied.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also you may need to decide that if the values that extreme whether the display should include them or not.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Apr 2021 17:33:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-shrink-space-between-values-in-Y-axis/m-p/735327#M229076</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-04-19T17:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to shrink space between values in Y axis?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-shrink-space-between-values-in-Y-axis/m-p/735372#M229088</link>
      <description>Typically, you can change the scale to be a different one (linear versus logarithmic) or you can use a broken axis trick. &lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/graphicallyspeaking/2015/09/02/broken-axis-redux/" target="_blank"&gt;https://blogs.sas.com/content/graphicallyspeaking/2015/09/02/broken-axis-redux/&lt;/A&gt;</description>
      <pubDate>Mon, 19 Apr 2021 22:02:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-shrink-space-between-values-in-Y-axis/m-p/735372#M229088</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-04-19T22:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to shrink space between values in Y axis?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-shrink-space-between-values-in-Y-axis/m-p/735549#M229143</link>
      <description>using RANGE= option of YAXIS statement.</description>
      <pubDate>Tue, 20 Apr 2021 13:29:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-shrink-space-between-values-in-Y-axis/m-p/735549#M229143</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2021-04-20T13:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to shrink space between values in Y axis?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-shrink-space-between-values-in-Y-axis/m-p/735677#M229174</link>
      <description>&lt;P&gt;Thanks Reeza. I tried broken axis and it worked. Is there any way to hide the break?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="anurak_0-1618938784440.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/58402iBCAB2E99917B2228/image-size/medium?v=v2&amp;amp;px=400" role="button" title="anurak_0-1618938784440.png" alt="anurak_0-1618938784440.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 17:13:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-shrink-space-between-values-in-Y-axis/m-p/735677#M229174</guid>
      <dc:creator>anurak</dc:creator>
      <dc:date>2021-04-20T17:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to shrink space between values in Y axis?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-shrink-space-between-values-in-Y-axis/m-p/735687#M229176</link>
      <description>That's not a good idea at all. The break makes it very clear to a reader that the axis has changed so that they can accurately interpret it. Otherwise, how will you indicate that the axis has changed units of measure?</description>
      <pubDate>Tue, 20 Apr 2021 17:31:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-shrink-space-between-values-in-Y-axis/m-p/735687#M229176</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-04-20T17:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to shrink space between values in Y axis?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-shrink-space-between-values-in-Y-axis/m-p/735922#M229270</link>
      <description>Or you could try TYPE=LOG of YAXIS statement option.</description>
      <pubDate>Wed, 21 Apr 2021 12:03:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-shrink-space-between-values-in-Y-axis/m-p/735922#M229270</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2021-04-21T12:03:18Z</dc:date>
    </item>
  </channel>
</rss>

