<?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: Proc sgplot how to set y axis scale from 0 to 100 when the values are very low. (1.107, 0.222..) in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-sgplot-how-to-set-y-axis-scale-from-0-to-100-when-the/m-p/878586#M347126</link>
    <description>Thank you. I tried vaxis with values before and it didn't work&lt;BR /&gt;</description>
    <pubDate>Wed, 31 May 2023 23:00:42 GMT</pubDate>
    <dc:creator>Stalk</dc:creator>
    <dc:date>2023-05-31T23:00:42Z</dc:date>
    <item>
      <title>Proc sgplot how to set y axis scale from 0 to 100 when the values are very low. (1.107, 0.222..)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-sgplot-how-to-set-y-axis-scale-from-0-to-100-when-the/m-p/878576#M347118</link>
      <description>&lt;P&gt;My code..&lt;BR /&gt;ods listing style=listing;&lt;BR /&gt;ods graphics / width=5in height=2.81in;&lt;BR /&gt;ods graphics / reset=ALL outputfmt=PNG imagename="K_GAD-Metag"; &lt;BR /&gt;/* Size each graph 4in x 4in */&lt;BR /&gt;/*goptions hsize=4in vsize=4in;*/&lt;/P&gt;
&lt;P&gt;proc sgplot data=main_subset PCTLEVEL=GRAPH;&lt;BR /&gt;where Treatment_group='K_GAD-Metag';&lt;BR /&gt;vbar Sample_virus_name / response = Mapped_percent group=replicate groupdisplay = cluster nooutline &lt;BR /&gt;stat=mean dataskin=pressed;&lt;BR /&gt;xaxis display=(nolabel noticks) discreteorder=data FITPOLICY=STAGGER;&lt;BR /&gt;yaxis label="% Target Reads" ;&lt;BR /&gt;keylegend /title='' noborder autooutline;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 21:31:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-sgplot-how-to-set-y-axis-scale-from-0-to-100-when-the/m-p/878576#M347118</guid>
      <dc:creator>Stalk</dc:creator>
      <dc:date>2023-05-31T21:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: Proc sgplot how to set y axis scale from 0 to 100 when the values are very low. (1.107, 0.222..)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-sgplot-how-to-set-y-axis-scale-from-0-to-100-when-the/m-p/878581#M347121</link>
      <description>&lt;P&gt;I think you can just specify with "VALUES = " on your YAXIS statement so it will display 0-100 even though all you values will be down on one end.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;proc sgplot data = adttr4; 
.
.
.                                                                        

	 ** ----------------------------- Axes ----------------------------- **;
.
. 
     yaxis values        = (0 to 100 by 5) 
           label         = 'Mean Serum TTR (mg/dL) +/- 1 Standard Error' 
           labelattrs    = (family = "courier new" size = 9.9 pt color = black weight = bold);&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt; &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 22:15:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-sgplot-how-to-set-y-axis-scale-from-0-to-100-when-the/m-p/878581#M347121</guid>
      <dc:creator>davehalltwp</dc:creator>
      <dc:date>2023-05-31T22:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: Proc sgplot how to set y axis scale from 0 to 100 when the values are very low. (1.107, 0.222..)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-sgplot-how-to-set-y-axis-scale-from-0-to-100-when-the/m-p/878586#M347126</link>
      <description>Thank you. I tried vaxis with values before and it didn't work&lt;BR /&gt;</description>
      <pubDate>Wed, 31 May 2023 23:00:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-sgplot-how-to-set-y-axis-scale-from-0-to-100-when-the/m-p/878586#M347126</guid>
      <dc:creator>Stalk</dc:creator>
      <dc:date>2023-05-31T23:00:42Z</dc:date>
    </item>
  </channel>
</rss>

