<?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: Marker Size for different ODS destinations in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Marker-Size-for-different-ODS-destinations/m-p/217490#M8109</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sanjay.&amp;nbsp; I am running 9.4 TS1M0.&amp;nbsp; Also may be relevant--I am running the syntax via Enterprise Guide, not SAS directly.&amp;nbsp; Have not tried in SAS proper.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Apr 2015 21:49:44 GMT</pubDate>
    <dc:creator>Haris</dc:creator>
    <dc:date>2015-04-07T21:49:44Z</dc:date>
    <item>
      <title>Marker Size for different ODS destinations</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Marker-Size-for-different-ODS-destinations/m-p/217486#M8105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's simple SGPLOT syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sgplot data=Class;&lt;/P&gt;&lt;P&gt;&amp;nbsp; scatter x=Height y=Weight / markerattrs=(size=8pt symbol=CircleFilled color=DarkRed);&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;ODS RTF/SASReport destinations produces this:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;IMG alt="RTF.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/9937_RTF.png" width="450" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;ODS PDF/PowerPoint destinations produce something completely different:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;IMG alt="PPTX.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/9938_PPTX.png" width="450" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Why are MARKER sizes interpreted differently by SASReport/RTF and PDF/PowerPoint?&amp;nbsp; Especially strange is the differential behavior of the two MS destinations!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;How do I get comparable output in different simultaneous ODS destinations?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Haris&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 19:45:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Marker-Size-for-different-ODS-destinations/m-p/217486#M8105</guid>
      <dc:creator>Haris</dc:creator>
      <dc:date>2015-04-07T19:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Marker Size for different ODS destinations</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Marker-Size-for-different-ODS-destinations/m-p/217487#M8106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you haven't tried yet, specify the size in IN, MM or CM. I'm not sure that PT gets treated the same.&lt;/P&gt;&lt;P&gt;Also use the same ODS Style. The default for different destinations can change things.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 20:08:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Marker-Size-for-different-ODS-destinations/m-p/217487#M8106</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-04-07T20:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Marker Size for different ODS destinations</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Marker-Size-for-different-ODS-destinations/m-p/217488#M8107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, good suggestions!&amp;nbsp; Unfortunately, it does not work.&amp;nbsp; Specifying the size in cm/mm/in makes no difference.&amp;nbsp; Specifying the same style for different ODS destination changes the appearance but not the marker size.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 20:22:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Marker-Size-for-different-ODS-destinations/m-p/217488#M8107</guid>
      <dc:creator>Haris</dc:creator>
      <dc:date>2015-04-07T20:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: Marker Size for different ODS destinations</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Marker-Size-for-different-ODS-destinations/m-p/217489#M8108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Markers in PDF and Powerpoint output look the same at SAS 9.4M2.&amp;nbsp; Markers in RTF and LIsting look the same too, but smaller than first two, but not as much as your examples.&amp;nbsp; We'll dig further.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 21:10:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Marker-Size-for-different-ODS-destinations/m-p/217489#M8108</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2015-04-07T21:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Marker Size for different ODS destinations</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Marker-Size-for-different-ODS-destinations/m-p/217490#M8109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sanjay.&amp;nbsp; I am running 9.4 TS1M0.&amp;nbsp; Also may be relevant--I am running the syntax via Enterprise Guide, not SAS directly.&amp;nbsp; Have not tried in SAS proper.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 21:49:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Marker-Size-for-different-ODS-destinations/m-p/217490#M8109</guid>
      <dc:creator>Haris</dc:creator>
      <dc:date>2015-04-07T21:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: Marker Size for different ODS destinations</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Marker-Size-for-different-ODS-destinations/m-p/217491#M8110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A defect has been fixed for this issue in SAS 9.40M3.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 19:36:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Marker-Size-for-different-ODS-destinations/m-p/217491#M8110</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2015-04-08T19:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: Marker Size for different ODS destinations</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Marker-Size-for-different-ODS-destinations/m-p/217492#M8111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good news!&amp;nbsp; Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I get this?&amp;nbsp; Is this a hot fix or a whole new release of SAS that would need to upgrade to?&amp;nbsp; I don't know much about installations and my IT don't know much about SAS either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Haris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 20:11:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Marker-Size-for-different-ODS-destinations/m-p/217492#M8111</guid>
      <dc:creator>Haris</dc:creator>
      <dc:date>2015-04-08T20:11:49Z</dc:date>
    </item>
  </channel>
</rss>

