<?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: Specify Y axis value in proc sgplot in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Specify-Y-axis-value-in-proc-sgplot/m-p/771509#M30965</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;yaxis label="Percent of unsuccessful students" values=(0 to 0.2 by 0.05);&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 30 Sep 2021 21:30:06 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2021-09-30T21:30:06Z</dc:date>
    <item>
      <title>Specify Y axis value in proc sgplot</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Specify-Y-axis-value-in-proc-sgplot/m-p/771507#M30964</link>
      <description>&lt;P&gt;Hi everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a simple way to specify the maximum value to show on the Y axis in proc sgplot? I'm using the code below to make a simple bar graph and it returns a graph where the Y axis goes up to 15, but I would like it to go up to 20.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods graphics on / width=3.5in height=4.5in;  
proc sgplot data=new;        
	vbar cPLTL / response=percent group =cPLTL groupdisplay=cluster barwidth=.5;
	styleattrs datacolors=(CXFF8000 CX0000FF); 
	yaxis label="Percent of unsuccessful students";   
	xaxis display=(nolabel); 
	run;      
ods graphics off &lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 30 Sep 2021 21:15:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Specify-Y-axis-value-in-proc-sgplot/m-p/771507#M30964</guid>
      <dc:creator>mcmaxwell</dc:creator>
      <dc:date>2021-09-30T21:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Specify Y axis value in proc sgplot</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Specify-Y-axis-value-in-proc-sgplot/m-p/771509#M30965</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;yaxis label="Percent of unsuccessful students" values=(0 to 0.2 by 0.05);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 30 Sep 2021 21:30:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Specify-Y-axis-value-in-proc-sgplot/m-p/771509#M30965</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-09-30T21:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Specify Y axis value in proc sgplot</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Specify-Y-axis-value-in-proc-sgplot/m-p/771765#M31002</link>
      <description>yaxis label="Percent of unsuccessful students"   max=20   ;</description>
      <pubDate>Sat, 02 Oct 2021 15:13:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Specify-Y-axis-value-in-proc-sgplot/m-p/771765#M31002</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2021-10-02T15:13:32Z</dc:date>
    </item>
  </channel>
</rss>

