<?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: Sgplot not clear(very blur) in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Sgplot-not-clear-very-blur/m-p/496640#M16972</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/233551"&gt;@ayanlola2002&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;&amp;nbsp;here is the code i used&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;and i used SAS University Edition&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PROC CONTENTS DATA=WORK.IMPORT2; RUN;&lt;BR /&gt;proc sgplot data=WORK.IMPORT2;&lt;BR /&gt;series x=Date y=sales;&lt;BR /&gt;format Date Monyy.;&lt;BR /&gt;xaxis values=('1jan14'd to '1dec14'd by month );&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PROC CONTENTS DATA=WORK.IMPORT2; RUN;&lt;BR /&gt;proc sgplot data=WORK.IMPORT2;&lt;BR /&gt;series x=Date y=sales / markers;&lt;BR /&gt;format Date Monyy.;&lt;BR /&gt;xaxis values=('1jan15'd to '1dec15'd by month );&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Missing the ODS destination options and the ODS GRAPHICS options in effect.&lt;/P&gt;
&lt;P&gt;If you aren't sending the graphic procedures to an ODS destination via ODS PDF, ODS RTF or ODS HTML then how are you getting the graphs into a document? Copy any paste has a number of issues such as the image size may be smaller than in the document and resizing will make things "blurry" because you stretch them and the DPI effectively goes down.&lt;/P&gt;</description>
    <pubDate>Tue, 18 Sep 2018 16:39:54 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2018-09-18T16:39:54Z</dc:date>
    <item>
      <title>Sgplot not clear(very blur)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Sgplot-not-clear-very-blur/m-p/495886#M16944</link>
      <description>&lt;P&gt;i created an sgplot graph on saving into microsoft word it was not very appealing&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how can i create better plots that are clearer and are appealing for international publications with sas&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;then the y axis needs to be show in the real value instead of exponential values&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;any help please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Sep 2018 06:48:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Sgplot-not-clear-very-blur/m-p/495886#M16944</guid>
      <dc:creator>ayanlola2002</dc:creator>
      <dc:date>2018-09-15T06:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: Sgplot not clear(very blur)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Sgplot-not-clear-very-blur/m-p/495890#M16946</link>
      <description>&lt;P&gt;For graphical output, I prefer PDF, as the image produced is SVG (scalable vector graphics), which appears clear even at high magnification.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;More information can be found here:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/sgf/2015/05/20/ods-pdf-destination-in-sas-9-4-come-take-a-look-under-the-hood/" target="_blank"&gt;https://blogs.sas.com/content/sgf/2015/05/20/ods-pdf-destination-in-sas-9-4-come-take-a-look-under-the-hood/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also generate stand-alone SVG files in HTML5:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?docsetId=graphref&amp;amp;docsetTarget=n13mzowurmt2kmn11hpaz16h5z1q.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?docsetId=graphref&amp;amp;docsetTarget=n13mzowurmt2kmn11hpaz16h5z1q.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Sep 2018 13:22:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Sgplot-not-clear-very-blur/m-p/495890#M16946</guid>
      <dc:creator>Norman21</dc:creator>
      <dc:date>2018-09-15T13:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: Sgplot not clear(very blur)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Sgplot-not-clear-very-blur/m-p/495924#M16948</link>
      <description>&lt;P&gt;Enhance the DPI ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods listing image_dpi=300 ;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Sep 2018 14:16:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Sgplot-not-clear-very-blur/m-p/495924#M16948</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2018-09-15T14:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sgplot not clear(very blur)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Sgplot-not-clear-very-blur/m-p/496055#M16949</link>
      <description>&lt;P&gt;Looks like&amp;nbsp;image is EMF&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;98\pichgoal7202\emfblip\bliptag1946676028{&lt;/PRE&gt;
&lt;P&gt;I have never seen an EMF look "right" when rendered in MSWORD.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you convert SAVEAS PDF the image may look better.&lt;/P&gt;</description>
      <pubDate>Sun, 16 Sep 2018 16:48:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Sgplot-not-clear-very-blur/m-p/496055#M16949</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2018-09-16T16:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sgplot not clear(very blur)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Sgplot-not-clear-very-blur/m-p/496097#M16951</link>
      <description>&lt;P&gt;As&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15410"&gt;@data_null__&lt;/a&gt;&amp;nbsp;said, the default output for RTF is EMF. Another options is to set the OUTPUTFMT to PNG. The default image DPI is 200 for RTF, but you might want to increase it to 300. Here is some sample code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods rtf file="whatever.rtf" image_dpi=300;&lt;/P&gt;
&lt;P&gt;ods graphics / outputfmt=png;&lt;/P&gt;
&lt;P&gt;/* your code */&lt;/P&gt;
&lt;P&gt;ods rtf close;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Mon, 17 Sep 2018 00:58:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Sgplot-not-clear-very-blur/m-p/496097#M16951</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2018-09-17T00:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Sgplot not clear(very blur)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Sgplot-not-clear-very-blur/m-p/496349#M16958</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/233551"&gt;@ayanlola2002&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;i created an sgplot graph on saving into microsoft word it was not very appealing&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;how can i create better plots that are clearer and are appealing for international publications with sas&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;then the y axis needs to be show in the real value instead of exponential values&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;any help please?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Show the code used to generate the output as a minimum. From ODS destination to close plus any ODS OPTIONS statements in effect. Also, it may help to include the version of SAS you are using.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have generated literally 1000's of graphs in RTF documents and have not had any of the recipients complain of image quality though I likely wouldn't use RTF for publications.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Sep 2018 18:06:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Sgplot-not-clear-very-blur/m-p/496349#M16958</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-09-17T18:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: Sgplot not clear(very blur)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Sgplot-not-clear-very-blur/m-p/496470#M16960</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;&amp;nbsp;here is the code i used&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;and i used SAS University Edition&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC CONTENTS DATA=WORK.IMPORT2; RUN;&lt;BR /&gt;proc sgplot data=WORK.IMPORT2;&lt;BR /&gt;series x=Date y=sales;&lt;BR /&gt;format Date Monyy.;&lt;BR /&gt;xaxis values=('1jan14'd to '1dec14'd by month );&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC CONTENTS DATA=WORK.IMPORT2; RUN;&lt;BR /&gt;proc sgplot data=WORK.IMPORT2;&lt;BR /&gt;series x=Date y=sales / markers;&lt;BR /&gt;format Date Monyy.;&lt;BR /&gt;xaxis values=('1jan15'd to '1dec15'd by month );&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Sep 2018 05:30:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Sgplot-not-clear-very-blur/m-p/496470#M16960</guid>
      <dc:creator>ayanlola2002</dc:creator>
      <dc:date>2018-09-18T05:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Sgplot not clear(very blur)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Sgplot-not-clear-very-blur/m-p/496640#M16972</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/233551"&gt;@ayanlola2002&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;&amp;nbsp;here is the code i used&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;and i used SAS University Edition&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PROC CONTENTS DATA=WORK.IMPORT2; RUN;&lt;BR /&gt;proc sgplot data=WORK.IMPORT2;&lt;BR /&gt;series x=Date y=sales;&lt;BR /&gt;format Date Monyy.;&lt;BR /&gt;xaxis values=('1jan14'd to '1dec14'd by month );&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PROC CONTENTS DATA=WORK.IMPORT2; RUN;&lt;BR /&gt;proc sgplot data=WORK.IMPORT2;&lt;BR /&gt;series x=Date y=sales / markers;&lt;BR /&gt;format Date Monyy.;&lt;BR /&gt;xaxis values=('1jan15'd to '1dec15'd by month );&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Missing the ODS destination options and the ODS GRAPHICS options in effect.&lt;/P&gt;
&lt;P&gt;If you aren't sending the graphic procedures to an ODS destination via ODS PDF, ODS RTF or ODS HTML then how are you getting the graphs into a document? Copy any paste has a number of issues such as the image size may be smaller than in the document and resizing will make things "blurry" because you stretch them and the DPI effectively goes down.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Sep 2018 16:39:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Sgplot-not-clear-very-blur/m-p/496640#M16972</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-09-18T16:39:54Z</dc:date>
    </item>
  </channel>
</rss>

