<?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: SGPANEL and COLAXIS in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/SGPANEL-and-COLAXIS/m-p/20402#M493</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have, it doesn't make them thin enough to be readable. I may just make a new ordinal variable and use that instead.&lt;/P&gt;&lt;P&gt;Edit: I'm going to use a DENSITY plot. I have a bunch of other panels with discrete axes and I wanted them to look uniform, but it's not right for this variable. &lt;BR /&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Mar 2012 17:41:25 GMT</pubDate>
    <dc:creator>MeredithG</dc:creator>
    <dc:date>2012-03-02T17:41:25Z</dc:date>
    <item>
      <title>SGPANEL and COLAXIS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPANEL-and-COLAXIS/m-p/20400#M491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems like my COLAXIS statement is being ignored: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sgpanel data=long noautolegend;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; panelby group time/onepanel novarname sparse columns=2 rows=3 ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vbar dose;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; colaxis values=(0 to 120 by 30);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get an x-axis with a bunch of unreadable cluttered dose numbers. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 17:18:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPANEL-and-COLAXIS/m-p/20400#M491</guid>
      <dc:creator>MeredithG</dc:creator>
      <dc:date>2012-03-02T17:18:20Z</dc:date>
    </item>
    <item>
      <title>SGPANEL and COLAXIS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPANEL-and-COLAXIS/m-p/20401#M492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think that vbar implies a discrete X axis. Try FITPOLICY=THIN in your rowaxis statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 17:33:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPANEL-and-COLAXIS/m-p/20401#M492</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2012-03-02T17:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: SGPANEL and COLAXIS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPANEL-and-COLAXIS/m-p/20402#M493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have, it doesn't make them thin enough to be readable. I may just make a new ordinal variable and use that instead.&lt;/P&gt;&lt;P&gt;Edit: I'm going to use a DENSITY plot. I have a bunch of other panels with discrete axes and I wanted them to look uniform, but it's not right for this variable. &lt;BR /&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 17:41:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPANEL-and-COLAXIS/m-p/20402#M493</guid>
      <dc:creator>MeredithG</dc:creator>
      <dc:date>2012-03-02T17:41:25Z</dc:date>
    </item>
    <item>
      <title>SGPANEL and COLAXIS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPANEL-and-COLAXIS/m-p/20403#M494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; If dose is a continuous variable, taking all sorts of values, then perhaps histograms would be preferable to vbar graphs. - PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 18:31:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPANEL-and-COLAXIS/m-p/20403#M494</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2012-03-02T18:31:45Z</dc:date>
    </item>
    <item>
      <title>SGPANEL and COLAXIS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPANEL-and-COLAXIS/m-p/20404#M495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; or NEEDLE plots.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 20:51:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPANEL-and-COLAXIS/m-p/20404#M495</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2012-03-02T20:51:27Z</dc:date>
    </item>
  </channel>
</rss>

