<?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 SGPLOT YAXIS SCALE CHANGE in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SGPLOT-YAXIS-SCALE-CHANGE/m-p/675400#M203497</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;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_0-1596900689071.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/48073iC7D5EA9537ABFFAF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gx2144_0-1596900689071.png" alt="gx2144_0-1596900689071.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;PLOTS WITH KERNEL&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gx2144_1-1596900708250.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/48074i4E095F9A3E07CA54/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gx2144_1-1596900708250.png" alt="gx2144_1-1596900708250.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 08 Aug 2020 15:31:57 GMT</pubDate>
    <dc:creator>gx2144</dc:creator>
    <dc:date>2020-08-08T15:31:57Z</dc:date>
    <item>
      <title>SGPLOT YAXIS SCALE CHANGE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SGPLOT-YAXIS-SCALE-CHANGE/m-p/675400#M203497</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;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_0-1596900689071.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/48073iC7D5EA9537ABFFAF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gx2144_0-1596900689071.png" alt="gx2144_0-1596900689071.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;PLOTS WITH KERNEL&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gx2144_1-1596900708250.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/48074i4E095F9A3E07CA54/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gx2144_1-1596900708250.png" alt="gx2144_1-1596900708250.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Aug 2020 15:31:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SGPLOT-YAXIS-SCALE-CHANGE/m-p/675400#M203497</guid>
      <dc:creator>gx2144</dc:creator>
      <dc:date>2020-08-08T15:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: SGPLOT YAXIS SCALE CHANGE</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SGPLOT-YAXIS-SCALE-CHANGE/m-p/675464#M203537</link>
      <description>&lt;P&gt;Try adding the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;rowaxis integer min=0 max=100 ;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 09 Aug 2020 08:39:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SGPLOT-YAXIS-SCALE-CHANGE/m-p/675464#M203537</guid>
      <dc:creator>Norman21</dc:creator>
      <dc:date>2020-08-09T08:39:41Z</dc:date>
    </item>
  </channel>
</rss>

