<?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 converting version 8 graphs in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/converting-version-8-graphs/m-p/70815#M2490</link>
    <description>Some of our end users are reluctant to upgrade their version 8 graph programs because the same code run in version 9 produces a different font size. Does anyone have an FAQ of issues relating to this and their suggested solution? TIA.</description>
    <pubDate>Fri, 11 Sep 2009 15:27:11 GMT</pubDate>
    <dc:creator>frisco</dc:creator>
    <dc:date>2009-09-11T15:27:11Z</dc:date>
    <item>
      <title>converting version 8 graphs</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/converting-version-8-graphs/m-p/70815#M2490</link>
      <description>Some of our end users are reluctant to upgrade their version 8 graph programs because the same code run in version 9 produces a different font size. Does anyone have an FAQ of issues relating to this and their suggested solution? TIA.</description>
      <pubDate>Fri, 11 Sep 2009 15:27:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/converting-version-8-graphs/m-p/70815#M2490</guid>
      <dc:creator>frisco</dc:creator>
      <dc:date>2009-09-11T15:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: converting version 8 graphs</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/converting-version-8-graphs/m-p/70816#M2491</link>
      <description>Suggest you share some specific SAS code for feedback.  &lt;BR /&gt;
&lt;BR /&gt;
Also, this is a typical SAS version conversion challenge, some say that it's the cost of "progress" and "innovation" -- others may not totally agree.  If you have a specific concern, it may be best served by contacting SAS support.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://en.wikipedia.org/wiki/Regression_testing" target="_blank"&gt;http://en.wikipedia.org/wiki/Regression_testing&lt;/A&gt; - an inclusive vocabulary term/phrase.</description>
      <pubDate>Fri, 11 Sep 2009 16:18:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/converting-version-8-graphs/m-p/70816#M2491</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-09-11T16:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: converting version 8 graphs</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/converting-version-8-graphs/m-p/70817#M2492</link>
      <description>Hi:&lt;BR /&gt;
  This documentation has the steps you need to follow to make SAS 9.2 SAS/Graph output look the same as earlier versions. &lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/graphref/61884/HTML/default/a003229310b.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/graphref/61884/HTML/default/a003229310b.htm&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
  If you have continuing issues, after using these settings, your best resource for help is to work with Tech Support.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Fri, 11 Sep 2009 19:07:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/converting-version-8-graphs/m-p/70817#M2492</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2009-09-11T19:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: converting version 8 graphs</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/converting-version-8-graphs/m-p/70818#M2493</link>
      <description>Unfortunately, it is not only 9.2. It is a pain that versions, devices and destinations alter graphs so much, and I struggle to find a justification.&lt;BR /&gt;
&lt;BR /&gt;
Why these 2 should yield a different result is beyond me:&lt;BR /&gt;
&lt;BR /&gt;
goption dev=gif;&lt;BR /&gt;
proc gchart data=sashelp.class; vbar age;run;quit;&lt;BR /&gt;
goption dev=png;&lt;BR /&gt;
proc gchart data=sashelp.class; vbar age;run;quit;&lt;BR /&gt;
&lt;BR /&gt;
It would be great if a new set of drivers looking the same across all destinations was designed. Even just one driver actually, say PNGIMG, looking roughly like say ACTXIMG.&lt;BR /&gt;
&lt;BR /&gt;
This way a 10pt font would have a consistent size, unlike:&lt;BR /&gt;
&lt;BR /&gt;
ods html;&lt;BR /&gt;
goption dev=gif ftext='arial' htext=10pt;&lt;BR /&gt;
proc gchart data=sashelp.class; vbar age;run;quit;&lt;BR /&gt;
goption dev=png;&lt;BR /&gt;
proc gchart data=sashelp.class; vbar age;run;quit;&lt;BR /&gt;
goption dev=actximg;&lt;BR /&gt;
proc gchart data=sashelp.class; vbar age;run;quit;&lt;BR /&gt;
ods html close;

Message was edited by: Chris@NewZealand</description>
      <pubDate>Mon, 14 Sep 2009 05:26:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/converting-version-8-graphs/m-p/70818#M2493</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2009-09-14T05:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: converting version 8 graphs</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/converting-version-8-graphs/m-p/70819#M2494</link>
      <description>This type of version difference has existed non-stop since SAS v6.  Unfortunately, the idea of software stability and consistency (upward compatibility) is akin to Microsoft and their persistent attitude with Alt-key behavior changes with various products.  &lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Mon, 14 Sep 2009 22:55:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/converting-version-8-graphs/m-p/70819#M2494</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-09-14T22:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: converting version 8 graphs</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/converting-version-8-graphs/m-p/70820#M2495</link>
      <description>The consistency issue looks like an oversight to me. &lt;BR /&gt;
Another one is some graph tooltips (like GIF ones I think) require '0A'x as EOL character, and some (like activex) require both '0A'x and '0D'x (but if you use both with GIF, you end up with squares being displayed).&lt;BR /&gt;
&lt;BR /&gt;
So if you want to make 2 set of outputs, one dynamic, one not, a whole bunch of details must be changed for no good reason. The tooltip EOL quagmire might or not be sas' making, the result is the same though. &lt;BR /&gt;
&lt;BR /&gt;
Devil, details, etc.</description>
      <pubDate>Wed, 16 Sep 2009 05:03:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/converting-version-8-graphs/m-p/70820#M2495</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2009-09-16T05:03:31Z</dc:date>
    </item>
  </channel>
</rss>

