<?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 Different formats for Y1 and Y2 axis labels in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Different-formats-for-Y1-and-Y2-axis-labels/m-p/43540#M1418</link>
    <description>Is it possible to have two different formats for the Y1 and Y2 axis labels?  For example, the Y1 axis labels might have a format of z5.3 and the Y2 axis labels might have a format of 3.1.  I can't seem to figure where, if possible, the two formats would be positioned.&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Mike</description>
    <pubDate>Wed, 20 Jan 2010 20:32:02 GMT</pubDate>
    <dc:creator>mknowles</dc:creator>
    <dc:date>2010-01-20T20:32:02Z</dc:date>
    <item>
      <title>Different formats for Y1 and Y2 axis labels</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Different-formats-for-Y1-and-Y2-axis-labels/m-p/43540#M1418</link>
      <description>Is it possible to have two different formats for the Y1 and Y2 axis labels?  For example, the Y1 axis labels might have a format of z5.3 and the Y2 axis labels might have a format of 3.1.  I can't seem to figure where, if possible, the two formats would be positioned.&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Mike</description>
      <pubDate>Wed, 20 Jan 2010 20:32:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Different-formats-for-Y1-and-Y2-axis-labels/m-p/43540#M1418</guid>
      <dc:creator>mknowles</dc:creator>
      <dc:date>2010-01-20T20:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Different formats for Y1 and Y2 axis labels</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Different-formats-for-Y1-and-Y2-axis-labels/m-p/43541#M1419</link>
      <description>The plot and plot2 axes should display the values using whatever format is assigned in the data set, or you can specify a format in the 'proc gplot' to over-ride that.  Here is an example of the latter:&lt;BR /&gt;
&lt;BR /&gt;
symbol1 v=dot i=join color=red;&lt;BR /&gt;
symbol2 v=none i=needle color=blue;&lt;BR /&gt;
&lt;BR /&gt;
proc gplot data=sashelp.stocks (where=(stock='IBM'));&lt;BR /&gt;
format close dollar5.0;&lt;BR /&gt;
format volume z10.;&lt;BR /&gt;
plot close*date=1;&lt;BR /&gt;
plot2 volume*date=2;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
(of course, with the limitation that device=java and device=activex might not support all the SAS formats, if you're using one of those devices)</description>
      <pubDate>Wed, 20 Jan 2010 21:01:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Different-formats-for-Y1-and-Y2-axis-labels/m-p/43541#M1419</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2010-01-20T21:01:34Z</dc:date>
    </item>
  </channel>
</rss>

