<?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: Double Y axis line graph in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Double-Y-axis-line-graph/m-p/476034#M16442</link>
    <description>&lt;P&gt;Do a PROC CONTENTS of the "means" data set coming our of PROC SUMMARY, and see if it contains the expected variables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc contents data=means; run;&lt;/P&gt;</description>
    <pubDate>Fri, 06 Jul 2018 14:57:32 GMT</pubDate>
    <dc:creator>DanH_sas</dc:creator>
    <dc:date>2018-07-06T14:57:32Z</dc:date>
    <item>
      <title>Double Y axis line graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Double-Y-axis-line-graph/m-p/475812#M16438</link>
      <description>&lt;P&gt;Hi, I'm trying to run double Y-axis line graph but It says that the Y variables don't exist....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's what I got:&lt;/P&gt;&lt;PRE&gt;proc sort data = dataname;
 by Month Hour;
run;

proc summary data = dataname;
 by Month Hour;
 var Load Temperature;
 output out = means (drop = _:) mean = mean n = n stderr = stderr;
run;

proc sgplot data=means;
where Month in (1);
series x=hour y=Load;
series x=hour y=Temperature / y2axis;
run;&lt;/PRE&gt;</description>
      <pubDate>Thu, 05 Jul 2018 20:29:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Double-Y-axis-line-graph/m-p/475812#M16438</guid>
      <dc:creator>matt23</dc:creator>
      <dc:date>2018-07-05T20:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: Double Y axis line graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Double-Y-axis-line-graph/m-p/475818#M16439</link>
      <description>&lt;P&gt;Please include the full log.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/216327"&gt;@matt23&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi, I'm trying to run double Y-axis line graph but It says that the Y variables don't exist....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's what I got:&lt;/P&gt;
&lt;PRE&gt;proc sort data = dataname;
 by Month Hour;
run;

proc summary data = dataname;
 by Month Hour;
 var Load Temperature;
 output out = means (drop = _:) mean = mean n = n stderr = stderr;
run;

proc sgplot data=means;
where Month in (1);
series x=hour y=Load;
series x=hour y=Temperature / y2axis;
run;&lt;/PRE&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jul 2018 20:42:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Double-Y-axis-line-graph/m-p/475818#M16439</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-07-05T20:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: Double Y axis line graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Double-Y-axis-line-graph/m-p/476034#M16442</link>
      <description>&lt;P&gt;Do a PROC CONTENTS of the "means" data set coming our of PROC SUMMARY, and see if it contains the expected variables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc contents data=means; run;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jul 2018 14:57:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Double-Y-axis-line-graph/m-p/476034#M16442</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2018-07-06T14:57:32Z</dc:date>
    </item>
  </channel>
</rss>

