<?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: Setting Y-axis Scale from 0 to 100 - Proc Shewhart in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Setting-Y-axis-Scale-from-0-to-100-Proc-Shewhart/m-p/572018#M161402</link>
    <description>&lt;P&gt;DUPLICATE THREAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All replies should go to&amp;nbsp;&lt;A href="https://communities.sas.com/t5/Graphics-Programming/Proc-Shewhart-How-to-set-y-axis-scale-from-0-to-100/m-p/571910#M18432" target="_blank"&gt;https://communities.sas.com/t5/Graphics-Programming/Proc-Shewhart-How-to-set-y-axis-scale-from-0-to-100/m-p/571910#M18432&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jul 2019 12:23:37 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2019-07-09T12:23:37Z</dc:date>
    <item>
      <title>Setting Y-axis Scale from 0 to 100 - Proc Shewhart</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Setting-Y-axis-Scale-from-0-to-100-Proc-Shewhart/m-p/571892#M161352</link>
      <description>&lt;P&gt;I wanted to set a y-axis running from 0% to 100% for all my control charts using Proc Shewhart. However, it seems that the y-axis scale only ranges across the maximum and minimum of the dataset. Here are two codes I have tried:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods graphics off; 
title 'Percentage of Hypertensive Patients with Scheduled Appointment'; 
symbol v=dot color=darkblue h=1.75; 
proc shewhart data=percentages;
	xchart a*b/ interval = month climits=red nolimitlabel nolegend vformat = percent10. vaxis = (0 to 1 by 0.1);
	label a='XXX' b = 'YYY'; 
run;

ods graphics off;
title 'ZZZ'; /*TITLE TO THE CHART*/
axis1 order = (0 to 1 by 0.1)
label=("XXX");
axis2 label = ("YYY"); 
symbol v=dot color=darkblue h=1.75; /*SYMBOL TYPE, COLOR AND DIAMETER*/
proc shewhart data=percentages;
xchart a*b/vaxis = axis1 haxis=axis2 interval = month climits=red nolimitlabel nolegend vformat=percent10.; 
run; &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2019 19:57:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Setting-Y-axis-Scale-from-0-to-100-Proc-Shewhart/m-p/571892#M161352</guid>
      <dc:creator>guaguncher</dc:creator>
      <dc:date>2019-07-08T19:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Y-axis Scale from 0 to 100 - Proc Shewhart</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Setting-Y-axis-Scale-from-0-to-100-Proc-Shewhart/m-p/572018#M161402</link>
      <description>&lt;P&gt;DUPLICATE THREAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All replies should go to&amp;nbsp;&lt;A href="https://communities.sas.com/t5/Graphics-Programming/Proc-Shewhart-How-to-set-y-axis-scale-from-0-to-100/m-p/571910#M18432" target="_blank"&gt;https://communities.sas.com/t5/Graphics-Programming/Proc-Shewhart-How-to-set-y-axis-scale-from-0-to-100/m-p/571910#M18432&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 12:23:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Setting-Y-axis-Scale-from-0-to-100-Proc-Shewhart/m-p/572018#M161402</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-07-09T12:23:37Z</dc:date>
    </item>
  </channel>
</rss>

