<?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: Pixel density in PROC SGPLOT in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Pixel-density-in-PROC-SGPLOT/m-p/681660#M206203</link>
    <description>&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;Your solution works if i'm changing device from "SASEMF" to "PNG". The Problem is that with SASEMF (enhanced metafile format) the graphics look way better than with jpeg or png and 90% less&amp;nbsp;disk space is required. So i really want to stick to EMF.&amp;nbsp;It can't be a "EMF-Problem" because it works perfect with proc gplot (without "s"). It just doesn't work with proc sgplot.&lt;/P&gt;</description>
    <pubDate>Fri, 04 Sep 2020 15:09:55 GMT</pubDate>
    <dc:creator>Banker123</dc:creator>
    <dc:date>2020-09-04T15:09:55Z</dc:date>
    <item>
      <title>Pixel density in PROC SGPLOT</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Pixel-density-in-PROC-SGPLOT/m-p/681564#M206169</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;im using ods rtf and ods pdf to output different kind of graphics. When im using proc sgplot i'm experiencing the problem that the graphic output looks fine in the rtf (opened with word) and the pdf (opened with pdf reader). But when im printing the rtf-file (pdf-print or "real" print to paper) the graphic looks very different (s. pictures). I think this is related to the pixel density but using different pixel densities (you can change it with an ods rtf option) did not change anything. This problem occurs only with sgplot and not with gplot.&lt;/P&gt;&lt;P&gt;rtf-file / pdf-file (opened with word / pdf reader)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Banker123_0-1599203697376.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/49008i3D4B4A0B6FA18A31/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Banker123_0-1599203697376.png" alt="Banker123_0-1599203697376.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The same rtf-file printed to paper / pdf:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Banker123_1-1599203715884.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/49009i382DF8D5C7E45C08/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Banker123_1-1599203715884.png" alt="Banker123_1-1599203715884.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Sep 2020 07:20:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Pixel-density-in-PROC-SGPLOT/m-p/681564#M206169</guid>
      <dc:creator>Banker123</dc:creator>
      <dc:date>2020-09-04T07:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Pixel density in PROC SGPLOT</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Pixel-density-in-PROC-SGPLOT/m-p/681595#M206183</link>
      <description>Did you try &lt;BR /&gt;ods rtf  dpi=300 &lt;BR /&gt;ods pdf dpi=300</description>
      <pubDate>Fri, 04 Sep 2020 11:40:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Pixel-density-in-PROC-SGPLOT/m-p/681595#M206183</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2020-09-04T11:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Pixel density in PROC SGPLOT</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Pixel-density-in-PROC-SGPLOT/m-p/681660#M206203</link>
      <description>&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;Your solution works if i'm changing device from "SASEMF" to "PNG". The Problem is that with SASEMF (enhanced metafile format) the graphics look way better than with jpeg or png and 90% less&amp;nbsp;disk space is required. So i really want to stick to EMF.&amp;nbsp;It can't be a "EMF-Problem" because it works perfect with proc gplot (without "s"). It just doesn't work with proc sgplot.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Sep 2020 15:09:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Pixel-density-in-PROC-SGPLOT/m-p/681660#M206203</guid>
      <dc:creator>Banker123</dc:creator>
      <dc:date>2020-09-04T15:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: Pixel density in PROC SGPLOT</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Pixel-density-in-PROC-SGPLOT/m-p/681671#M206208</link>
      <description>&lt;P&gt;Show the code, include any ODS Graphics options you are using.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note: if you create objects using pixels as the unit then you are asking for this to happen because pixel size varies by display and when going through an image file the results can be unpredictable at best.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Sep 2020 15:50:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Pixel-density-in-PROC-SGPLOT/m-p/681671#M206208</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-09-04T15:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: Pixel density in PROC SGPLOT</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Pixel-density-in-PROC-SGPLOT/m-p/682010#M206401</link>
      <description>&lt;P&gt;example code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;ods&lt;/FONT&gt; &lt;FONT face="Courier New" size="3" color="#0000ff"&gt;rtf&lt;/FONT&gt; &lt;FONT face="Courier New" size="3" color="#0000ff"&gt;file&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#800080"&gt;'test.rtf'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; ;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;goptions&lt;/FONT&gt; &lt;FONT face="Courier New" size="3" color="#0000ff"&gt;device&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = SASEMF&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;keymap&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = UNIXMAP&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;hsize&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT face="Courier New" size="3" color="#008080"&gt;20&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt; cm&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;vsize&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT face="Courier New" size="3" color="#008080"&gt;10&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt; cm&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;ftitle&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = &lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#800080"&gt;'&amp;lt;ttf&amp;gt; Arial'&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#000080"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT face="Courier New" size="3" color="#000080"&gt;sgplot&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT face="Courier New" size="3" color="#0000ff"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = test &lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;description&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#800080"&gt;"Test"&lt;/FONT&gt; &lt;FONT face="Courier New" size="3" color="#0000ff"&gt;uniform&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=scale;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;xaxis&lt;/FONT&gt; &lt;FONT face="Courier New" size="3" color="#0000ff"&gt;values&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = (&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT face="Courier New" size="3" color="#008080"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT face="Courier New" size="3" color="#008080"&gt;2&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT face="Courier New" size="3" color="#008080"&gt;3&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT face="Courier New" size="3" color="#008080"&gt;4&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT face="Courier New" size="3" color="#008080"&gt;5&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT face="Courier New" size="3" color="#008080"&gt;6&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT face="Courier New" size="3" color="#008080"&gt;7&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;); &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;yaxis&lt;/FONT&gt; &lt;FONT face="Courier New" size="3" color="#0000ff"&gt;label&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = &lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#800080"&gt;"test"&lt;/FONT&gt; &lt;FONT face="Courier New" size="3" color="#0000ff"&gt;min&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT face="Courier New" size="3" color="#008080"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT face="Courier New" size="3" color="#0000ff"&gt;integer&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;y2axis&lt;/FONT&gt; &lt;FONT face="Courier New" size="3" color="#0000ff"&gt;label&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = &lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#800080"&gt;"test"&lt;/FONT&gt; &lt;FONT face="Courier New" size="3" color="#0000ff"&gt;min&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT face="Courier New" size="3" color="#008080"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT face="Courier New" size="3" color="#0000ff"&gt;max&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT face="Courier New" size="3" color="#008080"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;needle&lt;/FONT&gt; &lt;FONT face="Courier New" size="3" color="#0000ff"&gt;x&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = xvalue &lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;y&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = yvalue1 / &lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;legendlabel&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = &lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#800080"&gt;"test1"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;lineattrs&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = (thickness = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT face="Courier New" size="3" color="#008080"&gt;6&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;pt)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;series&lt;/FONT&gt; &lt;FONT face="Courier New" size="3" color="#0000ff"&gt;x&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = xvalue &lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;y&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = yvalue2 / &lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;y2axis&lt;/FONT&gt; &lt;FONT face="Courier New" size="3" color="#0000ff"&gt;legendlabel&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = &lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#800080"&gt;"test2"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;lineattrs&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = (thickness = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT face="Courier New" size="3" color="#008080"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;markers&lt;/FONT&gt; &lt;FONT face="Courier New" size="3" color="#0000ff"&gt;markerattrs&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = (symbol = diamondfilled)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;series&lt;/FONT&gt; &lt;FONT face="Courier New" size="3" color="#0000ff"&gt;x&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = xvalue &lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;y&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = yvalue3 / &lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;y2axis&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;legendlabel&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = &lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#800080"&gt;"test3"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;lineattrs&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = (thickness = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT face="Courier New" size="3" color="#008080"&gt;3&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;pt)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;keylegend&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; / &lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;noborder&lt;/FONT&gt; &lt;FONT face="Courier New" size="3" color="#0000ff"&gt;position&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = topleft &lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;across&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT face="Courier New" size="3" color="#008080"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#000080"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;ods&lt;/FONT&gt; &lt;FONT face="Courier New" size="3" color="#0000ff"&gt;rtf&lt;/FONT&gt; &lt;FONT face="Courier New" size="3" color="#0000ff"&gt;Close&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Sep 2020 13:04:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Pixel-density-in-PROC-SGPLOT/m-p/682010#M206401</guid>
      <dc:creator>Banker123</dc:creator>
      <dc:date>2020-09-07T13:04:16Z</dc:date>
    </item>
  </channel>
</rss>

