<?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: changing y axis scale in box plot in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/changing-y-axis-scale-in-box-plot/m-p/638936#M78206</link>
    <description>&lt;P&gt;Please try the below code&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods graphics on;

axis2 order = (0 to 1 by 0.1) ;

proc boxplot data=red.date2;
plot (PROCAL )*intub/ boxstyle = schematic vaxis=axis2;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 10 Apr 2020 13:27:06 GMT</pubDate>
    <dc:creator>Jagadishkatam</dc:creator>
    <dc:date>2020-04-10T13:27:06Z</dc:date>
    <item>
      <title>changing y axis scale in box plot</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/changing-y-axis-scale-in-box-plot/m-p/638841#M78191</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created a box plot using following code&lt;/P&gt;&lt;P&gt;ods graphics on;&lt;BR /&gt;proc boxplot data=red.date2;&lt;BR /&gt;plot (PROCAL )*intub/ boxstyle = schematic;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please find output attached.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to modify the y axis to make it more readable.&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Apr 2020 00:31:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/changing-y-axis-scale-in-box-plot/m-p/638841#M78191</guid>
      <dc:creator>Kyra</dc:creator>
      <dc:date>2020-04-10T00:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: changing y axis scale in box plot</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/changing-y-axis-scale-in-box-plot/m-p/638884#M78200</link>
      <description>&lt;P&gt;You can control the y axis by axis2 statement and with vaxis option as below in proc boxplot, please try and let me know if it works&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods graphics on;

axis2 order = (0 to 10 by 1) ;

proc boxplot data=red.date2;
plot (PROCAL )*intub/ boxstyle = schematic vaxis=axis2;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 10 Apr 2020 06:35:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/changing-y-axis-scale-in-box-plot/m-p/638884#M78200</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2020-04-10T06:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: changing y axis scale in box plot</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/changing-y-axis-scale-in-box-plot/m-p/638933#M78205</link>
      <description>&lt;P&gt;Used the code but box plot still looks the same. Please find attached. I want the y-axis in a way so that it reads 0, 0.5 where 1 is now etc for more readability.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Apr 2020 13:20:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/changing-y-axis-scale-in-box-plot/m-p/638933#M78205</guid>
      <dc:creator>Kyra</dc:creator>
      <dc:date>2020-04-10T13:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: changing y axis scale in box plot</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/changing-y-axis-scale-in-box-plot/m-p/638936#M78206</link>
      <description>&lt;P&gt;Please try the below code&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods graphics on;

axis2 order = (0 to 1 by 0.1) ;

proc boxplot data=red.date2;
plot (PROCAL )*intub/ boxstyle = schematic vaxis=axis2;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 10 Apr 2020 13:27:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/changing-y-axis-scale-in-box-plot/m-p/638936#M78206</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2020-04-10T13:27:06Z</dc:date>
    </item>
  </channel>
</rss>

