<?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: Graphics axis scale change in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Graphics-axis-scale-change/m-p/676537#M204013</link>
    <description>&lt;P&gt;The proportion option cannot keep the yaxis unchanged. Seems like the codes below works. Thanks anyway.&lt;/P&gt;&lt;PRE&gt;rowaxis integer min=0 max=100 ;&lt;/PRE&gt;</description>
    <pubDate>Thu, 13 Aug 2020 16:24:07 GMT</pubDate>
    <dc:creator>gx2144</dc:creator>
    <dc:date>2020-08-13T16:24:07Z</dc:date>
    <item>
      <title>Graphics axis scale change</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Graphics-axis-scale-change/m-p/676199#M203854</link>
      <description>&lt;PRE&gt;proc sgpanel data = work2;
  format y1_race_eth race.;
  title "Distribution of VT by Race"; 
  panelby y1_race_eth / columns = 3;
  histogram y1pi_VT;
  density y1pi_VT / type =normal;
run;&lt;/PRE&gt;&lt;P&gt;Hi, I have a problem building plot using sas.&lt;/P&gt;&lt;P&gt;When adding "density y1pi_VT / type =normal" into the codes, the scale of Y changed. How can I keep the yaxis unchanged?&lt;/P&gt;&lt;P&gt;And why would the percent turns into 800 in scale?&lt;/P&gt;&lt;P&gt;Appreciated!&lt;/P&gt;&lt;P&gt;PLOTS WITHOUT KERNEL&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gx2144_1-1596900708250.png" style="width: 792px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/48163i1ACCC0B7942D78F4/image-size/large?v=v2&amp;amp;px=999" role="button" title="gx2144_1-1596900708250.png" alt="gx2144_1-1596900708250.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gx2144_0-1596900689071.png" style="width: 805px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/48164i8985AFC013ED1B25/image-size/large?v=v2&amp;amp;px=999" role="button" title="gx2144_0-1596900689071.png" alt="gx2144_0-1596900689071.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2020 15:20:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Graphics-axis-scale-change/m-p/676199#M203854</guid>
      <dc:creator>gx2144</dc:creator>
      <dc:date>2020-08-12T15:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Graphics axis scale change</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Graphics-axis-scale-change/m-p/676327#M203917</link>
      <description>&lt;P&gt;Try adding option SCALE=PROPORTION to the histogram statement.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2020 21:53:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Graphics-axis-scale-change/m-p/676327#M203917</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2020-08-12T21:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: Graphics axis scale change</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Graphics-axis-scale-change/m-p/676537#M204013</link>
      <description>&lt;P&gt;The proportion option cannot keep the yaxis unchanged. Seems like the codes below works. Thanks anyway.&lt;/P&gt;&lt;PRE&gt;rowaxis integer min=0 max=100 ;&lt;/PRE&gt;</description>
      <pubDate>Thu, 13 Aug 2020 16:24:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Graphics-axis-scale-change/m-p/676537#M204013</guid>
      <dc:creator>gx2144</dc:creator>
      <dc:date>2020-08-13T16:24:07Z</dc:date>
    </item>
  </channel>
</rss>

