<?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: set axis values in multiple lines plot in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/set-axis-values-in-multiple-lines-plot/m-p/601092#M35013</link>
    <description>&lt;P&gt;The more I learn about PROC SGPLOT, the more I like it!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot;
	series x=InDate y=Y1;
	series x=InDate y=Y2;
	series x=InDate y=Y3;
	yaxis min=-50 max=50;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 01 Nov 2019 20:47:13 GMT</pubDate>
    <dc:creator>TomKari</dc:creator>
    <dc:date>2019-11-01T20:47:13Z</dc:date>
    <item>
      <title>set axis values in multiple lines plot</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/set-axis-values-in-multiple-lines-plot/m-p/600907#M35012</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to create a multiple lines plot (one per group ID) containing values for three variables over a period of time.&lt;/P&gt;&lt;P&gt;I have time on my x axis and the three variables on the y axis. I want to crop my y axis to -50 to 50 for all my plots. My data has weird outliers in it and I don't want to lose resolution around 0, and also don't want to remove the outliers for reasons.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My data looks as follows:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Knipsel.PNG" style="width: 523px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/33545i9F289003AF0E34E8/image-size/large?v=v2&amp;amp;px=999" role="button" title="Knipsel.PNG" alt="Knipsel.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I'm open to a gui or code solution both.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for helping:)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Nov 2019 09:41:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/set-axis-values-in-multiple-lines-plot/m-p/600907#M35012</guid>
      <dc:creator>Unicorn32</dc:creator>
      <dc:date>2019-11-01T09:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: set axis values in multiple lines plot</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/set-axis-values-in-multiple-lines-plot/m-p/601092#M35013</link>
      <description>&lt;P&gt;The more I learn about PROC SGPLOT, the more I like it!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot;
	series x=InDate y=Y1;
	series x=InDate y=Y2;
	series x=InDate y=Y3;
	yaxis min=-50 max=50;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 01 Nov 2019 20:47:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/set-axis-values-in-multiple-lines-plot/m-p/601092#M35013</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2019-11-01T20:47:13Z</dc:date>
    </item>
  </channel>
</rss>

