<?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: Different OUTPUT in SAS 9.3/9.4 in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Different-OUTPUT-in-SAS-9-3-9-4/m-p/210924#M7840</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some additional details might be needed &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using SAS/Graph proc gplot?&lt;/P&gt;&lt;P&gt;Are you using the symbol statement (and which marker? ... value=dot? or font-based markers?)&lt;/P&gt;&lt;P&gt;Which device are you using? (goptions device=png, gif, java, activex, other?)&lt;/P&gt;&lt;P&gt;Or are you perhaps using pdf output?&lt;/P&gt;&lt;P&gt;Which ods style are you using? And are you taking the default text font, or specifying a font?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Jun 2015 19:20:19 GMT</pubDate>
    <dc:creator>GraphGuy</dc:creator>
    <dc:date>2015-06-23T19:20:19Z</dc:date>
    <item>
      <title>Different OUTPUT in SAS 9.3/9.4</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Different-OUTPUT-in-SAS-9-3-9-4/m-p/210922#M7838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I run sas graph program in different computers I am getting different outputs!&lt;/P&gt;&lt;P&gt;One system has SAS 9.3 and other has 9.4.&lt;/P&gt;&lt;P&gt;The one which has SAS 9.3 produces somehow produces&amp;nbsp; bigger markers,&amp;nbsp; and text is appearing much more darker! Is there any reason for this? Do I need to check any thing in order to produce consistent outputs across ?&lt;/P&gt;&lt;P&gt;Please let me know your thoughts&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="10940" alt="Capture.PNG" class="jive-image" src="https://communities.sas.com/legacyfs/online/10940_Capture.PNG" /&gt;&lt;/P&gt;&lt;P&gt;BTW im using&amp;nbsp; latest SAS 9.4 Maintainance Release 2 (TS1M2)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jun 2015 22:06:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Different-OUTPUT-in-SAS-9-3-9-4/m-p/210922#M7838</guid>
      <dc:creator>SASSLICK001</dc:creator>
      <dc:date>2015-06-21T22:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: Different OUTPUT in SAS 9.3/9.4</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Different-OUTPUT-in-SAS-9-3-9-4/m-p/210923#M7839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The most likely cause for different sizes would different ods styles active at the time the code is run. Even the same named styles can have slightly differing appearances between installations as many inherit characteristics from styles.default. If the base style.default changed then the dependent ones did as well.&lt;/P&gt;&lt;P&gt;A second difference can sometimes be whether the output is going to HTML, PDF or RTF. Size characteristics get treated somewhat differently by the different destinations. So if one output was to HTML and the other PDF this could be part of the reason.&lt;/P&gt;&lt;P&gt;Third, colors change with monitors and monitor settings or different printers. Changing the screen resolution to higher density will tend to make colors appear a tad darker.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 15:29:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Different-OUTPUT-in-SAS-9-3-9-4/m-p/210923#M7839</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-06-22T15:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Different OUTPUT in SAS 9.3/9.4</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Different-OUTPUT-in-SAS-9-3-9-4/m-p/210924#M7840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some additional details might be needed &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using SAS/Graph proc gplot?&lt;/P&gt;&lt;P&gt;Are you using the symbol statement (and which marker? ... value=dot? or font-based markers?)&lt;/P&gt;&lt;P&gt;Which device are you using? (goptions device=png, gif, java, activex, other?)&lt;/P&gt;&lt;P&gt;Or are you perhaps using pdf output?&lt;/P&gt;&lt;P&gt;Which ods style are you using? And are you taking the default text font, or specifying a font?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2015 19:20:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Different-OUTPUT-in-SAS-9-3-9-4/m-p/210924#M7840</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2015-06-23T19:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Different OUTPUT in SAS 9.3/9.4</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Different-OUTPUT-in-SAS-9-3-9-4/m-p/255612#M9271</link>
      <description>&lt;P&gt;Post-submission edit: The defaults&amp;nbsp;are the same. Only their sequencing is different. I have still not solved the sizing problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am currently experiencing this problem and I noticed that I am seeing some differences between the SAS 9.3 and SAS 9.4 ODS default style templates. You can see your defaults using:&lt;/P&gt;&lt;PRE&gt;PROC TEMPLATE;
SOURCE STYLES.DEFAULT /
FILE='C:\DefaultStyle.sas';
RUN;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2016 19:22:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Different-OUTPUT-in-SAS-9-3-9-4/m-p/255612#M9271</guid>
      <dc:creator>RickPack</dc:creator>
      <dc:date>2016-03-09T19:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: Different OUTPUT in SAS 9.3/9.4</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Different-OUTPUT-in-SAS-9-3-9-4/m-p/255802#M9273</link>
      <description>&lt;P&gt;Martin Mincey of SAS customer support provided the following&amp;nbsp;solution, which only added the VPOS and HPOS parameters to our GOPTIONS statement:&lt;/P&gt;&lt;PRE&gt;&lt;FONT color="#000000" face="Arial"&gt;GOPTIONS RESET=ALL FTEXT="Arial" DEVICE=GIF HSIZE=8.4 gsfmode=replace

                       VPOS=42  HPOS=100;&lt;/FONT&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2016 15:04:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Different-OUTPUT-in-SAS-9-3-9-4/m-p/255802#M9273</guid>
      <dc:creator>RickPack</dc:creator>
      <dc:date>2016-03-10T15:04:50Z</dc:date>
    </item>
  </channel>
</rss>

