<?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: create the two-scale graph in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/create-the-two-scale-graph/m-p/505776#M17212</link>
    <description>&lt;P&gt;Thanks for your example of code and suggestion.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the sample of data with Excel format.&lt;/P&gt;</description>
    <pubDate>Thu, 18 Oct 2018 21:34:27 GMT</pubDate>
    <dc:creator>t75wez1</dc:creator>
    <dc:date>2018-10-18T21:34:27Z</dc:date>
    <item>
      <title>create the two-scale graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/create-the-two-scale-graph/m-p/505315#M17203</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I try to create the two-scale graph(see attached). I wonder if someone has already done it before.&lt;/P&gt;&lt;P&gt;If yes, could share your SAS code here?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ethan&lt;/P&gt;</description>
      <pubDate>Wed, 17 Oct 2018 20:02:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/create-the-two-scale-graph/m-p/505315#M17203</guid>
      <dc:creator>t75wez1</dc:creator>
      <dc:date>2018-10-17T20:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: create the two-scale graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/create-the-two-scale-graph/m-p/505373#M17204</link>
      <description>&lt;P&gt;You should provide some example of what your data looks like. Sometimes you need to modify the data structure or add variables to get desired results.&lt;/P&gt;
&lt;P&gt;The Proc Sgplot has this example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;proc sgplot data=sashelp.stocks (where=(date &amp;gt;= "01jan2000"d
                                 and date &amp;lt;= "01jan2001"d
                                 and stock = "IBM"));
   title "Stock Volume vs. Close";
   vbar date / response=volume;
   vline date / response=close y2axis;
run;
title;&lt;/PRE&gt;
&lt;P&gt;The VBAR to be closer to the example would have a group=variablename , where variable name would be the one holding the values of the August or whatever time period, and groupdisplay=cluster for the side-by-side bars.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You should have the sashelp.stocks data set included in your installation.&lt;/P&gt;
&lt;P&gt;I am assuming you really don't want the picture of the advertisement in the middle of your graph.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Oct 2018 21:58:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/create-the-two-scale-graph/m-p/505373#M17204</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-10-17T21:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: create the two-scale graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/create-the-two-scale-graph/m-p/505776#M17212</link>
      <description>&lt;P&gt;Thanks for your example of code and suggestion.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the sample of data with Excel format.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Oct 2018 21:34:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/create-the-two-scale-graph/m-p/505776#M17212</guid>
      <dc:creator>t75wez1</dc:creator>
      <dc:date>2018-10-18T21:34:27Z</dc:date>
    </item>
  </channel>
</rss>

