<?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 COLAXIS - reading all values in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/COLAXIS-reading-all-values/m-p/782034#M249284</link>
    <description>&lt;P&gt;I am trying to create some plots using SGPANEL.&amp;nbsp; My x-axis values range from 7 to 37 and I would like to space the axis labels because they are on top of each other and unreadable.&amp;nbsp; However, when I choose "by 2" or "by 3", it does that but omits the data.&amp;nbsp; How can I space the x-axis values but not lose the info associated with the missing labels?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DATA LF3; SET WORK.IMPORT;&lt;BR /&gt;PROC SORT; BY LAKE; RUN;&lt;BR /&gt;PROC SGPANEL DATA =LF3; BY LAKE;&lt;BR /&gt;PANELBY YEAR;&lt;BR /&gt;rowaxis label="PERCENTAGE";&lt;BR /&gt;ROWAXIS values=(0 TO 60 BY 20);&lt;BR /&gt;colaxis values=(7 to 37 by 2);&lt;BR /&gt;VBAR LENGTH/RESPONSE=PERCENTAGE;&lt;BR /&gt;TITLE "DISTRIBUTIONS IN PANELS";&lt;BR /&gt;RUN;&lt;/P&gt;</description>
    <pubDate>Tue, 23 Nov 2021 18:09:20 GMT</pubDate>
    <dc:creator>vicdicenzo</dc:creator>
    <dc:date>2021-11-23T18:09:20Z</dc:date>
    <item>
      <title>COLAXIS - reading all values</title>
      <link>https://communities.sas.com/t5/SAS-Programming/COLAXIS-reading-all-values/m-p/782034#M249284</link>
      <description>&lt;P&gt;I am trying to create some plots using SGPANEL.&amp;nbsp; My x-axis values range from 7 to 37 and I would like to space the axis labels because they are on top of each other and unreadable.&amp;nbsp; However, when I choose "by 2" or "by 3", it does that but omits the data.&amp;nbsp; How can I space the x-axis values but not lose the info associated with the missing labels?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DATA LF3; SET WORK.IMPORT;&lt;BR /&gt;PROC SORT; BY LAKE; RUN;&lt;BR /&gt;PROC SGPANEL DATA =LF3; BY LAKE;&lt;BR /&gt;PANELBY YEAR;&lt;BR /&gt;rowaxis label="PERCENTAGE";&lt;BR /&gt;ROWAXIS values=(0 TO 60 BY 20);&lt;BR /&gt;colaxis values=(7 to 37 by 2);&lt;BR /&gt;VBAR LENGTH/RESPONSE=PERCENTAGE;&lt;BR /&gt;TITLE "DISTRIBUTIONS IN PANELS";&lt;BR /&gt;RUN;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Nov 2021 18:09:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/COLAXIS-reading-all-values/m-p/782034#M249284</guid>
      <dc:creator>vicdicenzo</dc:creator>
      <dc:date>2021-11-23T18:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: COLAXIS - reading all values</title>
      <link>https://communities.sas.com/t5/SAS-Programming/COLAXIS-reading-all-values/m-p/782054#M249291</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you tried to rotate the axis labels?&lt;/P&gt;
&lt;DIV class="xisDoc-refProc"&gt;
&lt;DIV class="xisDoc-refBlock"&gt;
&lt;DIV class="xisDoc-syntax"&gt;
&lt;DIV class="xisDoc-generatedOptionCategoryList"&gt;
&lt;H5 class="xisDoc-option"&gt;VALUESROTATE=DIAGONAL | DIAGONAL2 | VERTICAL&lt;/H5&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Tue, 23 Nov 2021 19:37:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/COLAXIS-reading-all-values/m-p/782054#M249291</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2021-11-23T19:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: COLAXIS - reading all values</title>
      <link>https://communities.sas.com/t5/SAS-Programming/COLAXIS-reading-all-values/m-p/782061#M249297</link>
      <description>&lt;P&gt;That did not help either.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Nov 2021 20:27:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/COLAXIS-reading-all-values/m-p/782061#M249297</guid>
      <dc:creator>vicdicenzo</dc:creator>
      <dc:date>2021-11-23T20:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: COLAXIS - reading all values</title>
      <link>https://communities.sas.com/t5/SAS-Programming/COLAXIS-reading-all-values/m-p/782064#M249298</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="STB LF Plot18.jpeg" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/66049iDAB5187C09CCB92E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="STB LF Plot18.jpeg" alt="STB LF Plot18.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="STB LF Plot36.jpeg" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/66050iC5E1A32974080B95/image-size/medium?v=v2&amp;amp;px=400" role="button" title="STB LF Plot36.jpeg" alt="STB LF Plot36.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 23 Nov 2021 20:29:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/COLAXIS-reading-all-values/m-p/782064#M249298</guid>
      <dc:creator>vicdicenzo</dc:creator>
      <dc:date>2021-11-23T20:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: COLAXIS - reading all values</title>
      <link>https://communities.sas.com/t5/SAS-Programming/COLAXIS-reading-all-values/m-p/782067#M249300</link>
      <description>&lt;P&gt;When I code the axis label 7 to 37 by 2, this is the result.&amp;nbsp; It removes the data from every other value.&amp;nbsp; I am not sure why it doesnt just adjust the x-axis labels.&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="STB LF Plot54 (1).jpeg" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/66051i6C34A863556AB5FC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="STB LF Plot54 (1).jpeg" alt="STB LF Plot54 (1).jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 23 Nov 2021 20:32:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/COLAXIS-reading-all-values/m-p/782067#M249300</guid>
      <dc:creator>vicdicenzo</dc:creator>
      <dc:date>2021-11-23T20:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: COLAXIS - reading all values</title>
      <link>https://communities.sas.com/t5/SAS-Programming/COLAXIS-reading-all-values/m-p/782070#M249302</link>
      <description>&lt;P&gt;FITPOLICY=THIN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Nov 2021 20:50:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/COLAXIS-reading-all-values/m-p/782070#M249302</guid>
      <dc:creator>vicdicenzo</dc:creator>
      <dc:date>2021-11-23T20:50:42Z</dc:date>
    </item>
  </channel>
</rss>

