<?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: 3 Y Axis in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/3-Y-Axis/m-p/312374#M11004</link>
    <description>&lt;P&gt;With some work, you can do something like this: &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/5888i51E6AC2BADB7F663/image-size/medium?v=v2&amp;amp;px=-1" border="0" alt="3_Y_Axes.png" title="3_Y_Axes.png" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.sas.com/content/graphicallyspeaking/2012/01/16/the-more-the-merrier/" target="_blank"&gt;http://blogs.sas.com/content/graphicallyspeaking/2012/01/16/the-more-the-merrier/&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Nov 2016 16:41:12 GMT</pubDate>
    <dc:creator>Jay54</dc:creator>
    <dc:date>2016-11-17T16:41:12Z</dc:date>
    <item>
      <title>3 Y Axis</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/3-Y-Axis/m-p/312361#M11000</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is it possible to create a third Y axis (one on right, two on left of the graph) with gplot or sgplot or any SAS graph procedure?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2016 15:53:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/3-Y-Axis/m-p/312361#M11000</guid>
      <dc:creator>PSIOT</dc:creator>
      <dc:date>2016-11-17T15:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: 3 Y Axis</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/3-Y-Axis/m-p/312366#M11001</link>
      <description>&lt;P&gt;Generally speaking, I wouldn't imagine it being a good idea. &amp;nbsp;However without any refrence to how you want it to look its hard to say. &amp;nbsp;You could just overlay a line plot going up the Y axis with datalabels showing the additional data you want, i.e if your x goes 0-10, and y 1-5, then do x values 0.5, 1, 2, 3..., and overlay a line plot with values 1-5 and datalables on., would look like an axis then.&lt;/P&gt;
&lt;P&gt;Here is a good site for graphs, and examples.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.sas.com/content/graphicallyspeaking/" target="_blank"&gt;http://blogs.sas.com/content/graphicallyspeaking/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2016 16:03:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/3-Y-Axis/m-p/312366#M11001</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-11-17T16:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: 3 Y Axis</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/3-Y-Axis/m-p/312369#M11002</link>
      <description>&lt;P&gt;No, not automatically.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to go "old school," you can use an affine&amp;nbsp;transformation to transform the Y3&amp;nbsp;values to one of the other scales, then use annotation to put your own Y3 axis inside the plot area.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another option is to show the data by using a paneled display instead of an overlay. &amp;nbsp;You can use the SGPANEL procedure to create multiple plots that each have their own scale. You would use the UNISCALE= option in teh PANELBY statement to allow&amp;nbsp;scales to float between panels.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2016 16:07:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/3-Y-Axis/m-p/312369#M11002</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-11-17T16:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: 3 Y Axis</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/3-Y-Axis/m-p/312371#M11003</link>
      <description>&lt;P&gt;You can also check here:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://robslink.com/SAS/Home.htm" target="_blank"&gt;http://robslink.com/SAS/Home.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I recall seeing graphs with two Y axis, but not three.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;GTL is always an option.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2016 16:10:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/3-Y-Axis/m-p/312371#M11003</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-11-17T16:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: 3 Y Axis</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/3-Y-Axis/m-p/312374#M11004</link>
      <description>&lt;P&gt;With some work, you can do something like this: &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/5888i51E6AC2BADB7F663/image-size/medium?v=v2&amp;amp;px=-1" border="0" alt="3_Y_Axes.png" title="3_Y_Axes.png" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.sas.com/content/graphicallyspeaking/2012/01/16/the-more-the-merrier/" target="_blank"&gt;http://blogs.sas.com/content/graphicallyspeaking/2012/01/16/the-more-the-merrier/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2016 16:41:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/3-Y-Axis/m-p/312374#M11004</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2016-11-17T16:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: 3 Y Axis</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/3-Y-Axis/m-p/312420#M11006</link>
      <description>&lt;P&gt;Although you can, should you? Generally not - it leads to reader confusion. If the idea is to maximize the use of "real estate" (fewer pages), there's usually no reason why 2 or three smaller charts on a single page can't be used.&lt;/P&gt;&lt;P&gt;See &lt;A href="https://www.perceptualedge.com/articles/visual_business_intelligence/dual-scaled_axes.pdf" target="_blank"&gt;https://www.perceptualedge.com/articles/visual_business_intelligence/dual-scaled_axes.pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2016 18:46:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/3-Y-Axis/m-p/312420#M11006</guid>
      <dc:creator>Bill</dc:creator>
      <dc:date>2016-11-17T18:46:31Z</dc:date>
    </item>
  </channel>
</rss>

