<?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: Graphic Error in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Graphic-Error/m-p/520296#M141052</link>
    <description>&lt;P&gt;This one:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;WARNING: No output destinations active.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Means you have no ods destinations open, maybe you issued an ods _all_ close; or something similar to close them all.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The PNG driver, means the system is trying to draw your graph to png format, but can't find the specific code to do this.&amp;nbsp; Maybe your system does not have this and you need to use another file format such as svg or bitmap.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The missing SAS font, use another one, i.e. set template to something else.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;More importantly however,&amp;nbsp;&lt;U&gt;&lt;STRONG&gt;gplot is ancient and outdated, do not use it!&lt;/STRONG&gt;&lt;/U&gt;&amp;nbsp; For many years now sgplot and graph template language have been the technology to produce graphs, gplot is only included as legacy.&amp;nbsp; Use sgplot in future.&amp;nbsp; If you need examples this blog has pretty much every graph you can imagine with code examples:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="http://blogs.sas.com/content/graphicallyspeaking/" target="_blank"&gt;http://blogs.sas.com/content/graphicallyspeaking/&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 11 Dec 2018 09:09:52 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2018-12-11T09:09:52Z</dc:date>
    <item>
      <title>Graphic Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Graphic-Error/m-p/520291#M141051</link>
      <description>&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to run the glopt in sas&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title1 ls=1.5 "FattyLiver Analysis";
symbol1 interpol=box bwidth=2 color=red;
/*axis1 order=(50 to 75 by 5) minor=none offset=(0,0);
--axis2 offset=(30,30);*/
proc gplot data=reg2;
plot fvGrade*WHtR /
vaxis=axis1 haxis=axis2 noframe;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Output&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: The PNG driver can not find any fonts. No output will be created.&lt;BR /&gt;ERROR: The PNG driver can not find any fonts. No output will be created.&lt;BR /&gt;ERROR: Physical file does not exist, C:\WINDOWS\Fonts\sasmono.ttf..&lt;BR /&gt;WARNING: No output destinations active.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could anyone please explain what the error mean about the issue in the code / drivers&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Tue, 11 Dec 2018 09:00:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Graphic-Error/m-p/520291#M141051</guid>
      <dc:creator>Sathish_jammy</dc:creator>
      <dc:date>2018-12-11T09:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Graphic Error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Graphic-Error/m-p/520296#M141052</link>
      <description>&lt;P&gt;This one:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;WARNING: No output destinations active.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Means you have no ods destinations open, maybe you issued an ods _all_ close; or something similar to close them all.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The PNG driver, means the system is trying to draw your graph to png format, but can't find the specific code to do this.&amp;nbsp; Maybe your system does not have this and you need to use another file format such as svg or bitmap.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The missing SAS font, use another one, i.e. set template to something else.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;More importantly however,&amp;nbsp;&lt;U&gt;&lt;STRONG&gt;gplot is ancient and outdated, do not use it!&lt;/STRONG&gt;&lt;/U&gt;&amp;nbsp; For many years now sgplot and graph template language have been the technology to produce graphs, gplot is only included as legacy.&amp;nbsp; Use sgplot in future.&amp;nbsp; If you need examples this blog has pretty much every graph you can imagine with code examples:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="http://blogs.sas.com/content/graphicallyspeaking/" target="_blank"&gt;http://blogs.sas.com/content/graphicallyspeaking/&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Dec 2018 09:09:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Graphic-Error/m-p/520296#M141052</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-12-11T09:09:52Z</dc:date>
    </item>
  </channel>
</rss>

