<?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: SAS Proc SGplot scatter with percents on xaxis in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-Proc-SGplot-scatter-with-percents-on-xaxis/m-p/162020#M263398</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can just add the line&lt;/P&gt;&lt;P&gt;format x percent8.2;&lt;/P&gt;&lt;P&gt;directly after the PROC SGPLOT statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 08 Nov 2014 12:50:47 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2014-11-08T12:50:47Z</dc:date>
    <item>
      <title>SAS Proc SGplot scatter with percents on xaxis</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Proc-SGplot-scatter-with-percents-on-xaxis/m-p/162018#M263396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the following and would like to make the x-axis have percents, what code do I need?:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sgplot data=b ;&lt;/P&gt;&lt;P&gt;yaxis label='Temperature';&lt;/P&gt;&lt;P&gt;xaxis label='Ratio of EtOH in Extraction';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STYLEATTRS datacontrastcolors=(orange purple green) datalinepatterns=(1) datasymbols=(circlefilled trianglefilled circle);&lt;/P&gt;&lt;P&gt;scatter y=Y x=Percent / group=Zein ;&lt;/P&gt;&lt;P&gt;series y=low x=Percent / group=Zein; */lineattrs=(color=green pattern=dash);&lt;/P&gt;&lt;P&gt;series y=up x=Percent /&amp;nbsp; group=Zein; */lineattrs=(color=red);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2014 22:20:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Proc-SGplot-scatter-with-percents-on-xaxis/m-p/162018#M263396</guid>
      <dc:creator>bjbreitling</dc:creator>
      <dc:date>2014-11-07T22:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Proc SGplot scatter with percents on xaxis</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Proc-SGplot-scatter-with-percents-on-xaxis/m-p/162019#M263397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I figured it out.&amp;nbsp; Just add an additional column as a character that has the x in the percent format if you can do that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2014 22:28:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Proc-SGplot-scatter-with-percents-on-xaxis/m-p/162019#M263397</guid>
      <dc:creator>bjbreitling</dc:creator>
      <dc:date>2014-11-07T22:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Proc SGplot scatter with percents on xaxis</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Proc-SGplot-scatter-with-percents-on-xaxis/m-p/162020#M263398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can just add the line&lt;/P&gt;&lt;P&gt;format x percent8.2;&lt;/P&gt;&lt;P&gt;directly after the PROC SGPLOT statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Nov 2014 12:50:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Proc-SGplot-scatter-with-percents-on-xaxis/m-p/162020#M263398</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2014-11-08T12:50:47Z</dc:date>
    </item>
  </channel>
</rss>

