<?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: Reverse left and right axes on bar chart with line overlay-proc gbarline in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Reverse-left-and-right-axes-on-bar-chart-with-line-overlay-proc/m-p/457357#M15773</link>
    <description>&lt;P&gt;The first thing you should do is switch to PROC SGPLOT.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The next thing you should do is browse the &lt;A href="https://blogs.sas.com/content/graphicallyspeaking/" target="_self"&gt;Graphically Speaking Blog&lt;/A&gt;. I would be surprised if you can't find your answer there.&lt;/P&gt;</description>
    <pubDate>Wed, 25 Apr 2018 15:25:41 GMT</pubDate>
    <dc:creator>PeterClemmensen</dc:creator>
    <dc:date>2018-04-25T15:25:41Z</dc:date>
    <item>
      <title>Reverse left and right axes on bar chart with line overlay-proc gbarline</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Reverse-left-and-right-axes-on-bar-chart-with-line-overlay-proc/m-p/457028#M15771</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'm creating a bar chart with a line overlay using proc gbarline in SAS 9.2.&amp;nbsp; The graphs found in this paper are representative examples of what I'm doing:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://analytics.ncsu.edu/sesug/2010/CC15.Maddox.pdf" target="_blank"&gt;https://analytics.ncsu.edu/sesug/2010/CC15.Maddox.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there anyway to switch the left and right axes?&amp;nbsp; In other words, I'd like the left axis to be % drop shipments and the right axis to be number of orders.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;
&lt;P&gt;-C&lt;/P&gt;</description>
      <pubDate>Tue, 24 Apr 2018 19:02:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Reverse-left-and-right-axes-on-bar-chart-with-line-overlay-proc/m-p/457028#M15771</guid>
      <dc:creator>Corey</dc:creator>
      <dc:date>2018-04-24T19:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: Reverse left and right axes on bar chart with line overlay-proc gbarline</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Reverse-left-and-right-axes-on-bar-chart-with-line-overlay-proc/m-p/457035#M15772</link>
      <description>&lt;P&gt;Post the code you are currently using along with any supporting statements such as AXIS Pattern or Symbol. Axis and Raxis are likely what you are looking for.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You might also want to consider moving to Proc SGPLOT which has more options for overlaying multiple graphs with individual controls.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;VBAR or VBARBASIC with VLINE or&amp;nbsp;VBARPARM with Series plots in Sgplot.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Apr 2018 19:52:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Reverse-left-and-right-axes-on-bar-chart-with-line-overlay-proc/m-p/457035#M15772</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-04-24T19:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: Reverse left and right axes on bar chart with line overlay-proc gbarline</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Reverse-left-and-right-axes-on-bar-chart-with-line-overlay-proc/m-p/457357#M15773</link>
      <description>&lt;P&gt;The first thing you should do is switch to PROC SGPLOT.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The next thing you should do is browse the &lt;A href="https://blogs.sas.com/content/graphicallyspeaking/" target="_self"&gt;Graphically Speaking Blog&lt;/A&gt;. I would be surprised if you can't find your answer there.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Apr 2018 15:25:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Reverse-left-and-right-axes-on-bar-chart-with-line-overlay-proc/m-p/457357#M15773</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2018-04-25T15:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: Reverse left and right axes on bar chart with line overlay-proc gbarline</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Reverse-left-and-right-axes-on-bar-chart-with-line-overlay-proc/m-p/464078#M15980</link>
      <description>&lt;P&gt;I'm sorry for such a late reply!&amp;nbsp; I think switching to Proc SGPLOT is a good strategy.&lt;/P&gt;</description>
      <pubDate>Tue, 22 May 2018 14:52:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Reverse-left-and-right-axes-on-bar-chart-with-line-overlay-proc/m-p/464078#M15980</guid>
      <dc:creator>Corey</dc:creator>
      <dc:date>2018-05-22T14:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Reverse left and right axes on bar chart with line overlay-proc gbarline</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Reverse-left-and-right-axes-on-bar-chart-with-line-overlay-proc/m-p/464079#M15981</link>
      <description>&lt;P&gt;Thank you! I'm going to switch to sgplot and see what I can come up with.&lt;/P&gt;</description>
      <pubDate>Tue, 22 May 2018 14:52:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Reverse-left-and-right-axes-on-bar-chart-with-line-overlay-proc/m-p/464079#M15981</guid>
      <dc:creator>Corey</dc:creator>
      <dc:date>2018-05-22T14:52:55Z</dc:date>
    </item>
  </channel>
</rss>

