<?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: Graph showing 'unknown' instead of values in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Graph-showing-unknown-instead-of-values/m-p/110112#M4148</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Pierre.&lt;/P&gt;&lt;P&gt;It worked great. It was the format....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Apr 2013 17:57:15 GMT</pubDate>
    <dc:creator>AncaTilea</dc:creator>
    <dc:date>2013-04-16T17:57:15Z</dc:date>
    <item>
      <title>Graph showing 'unknown' instead of values</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Graph-showing-unknown-instead-of-values/m-p/110107#M4143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did any one of you encounter a situation where SAS renders a graph showing "unknown" instead of the true values?&lt;/P&gt;&lt;P&gt;Please see attached.&lt;/P&gt;&lt;P&gt;And the code that creates:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;ods graphics / reset width=5in imagename="Cancer" imagefmt=png&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;antialias=on;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; title "Prevalence of Something Bad";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; proc sgplot data=my_data;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;series x=year y=something_bad_avg / markers;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;yaxis values=(0 to .5 by .1);&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;xaxis values=(2000 to 2011 by 1);&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea what would cause this?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Actually, to be more concise, is not the plot procedure that causes the problem...but the proc means output lists "unknown" as possible values....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;See another attachment.&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11408i422AC4C82EEC858B/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="freqCANCER.PNG" title="freqCANCER.PNG" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Apr 2013 15:19:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Graph-showing-unknown-instead-of-values/m-p/110107#M4143</guid>
      <dc:creator>AncaTilea</dc:creator>
      <dc:date>2013-04-16T15:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Graph showing 'unknown' instead of values</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Graph-showing-unknown-instead-of-values/m-p/110108#M4144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the format attached to variable something_bad_freq&amp;nbsp; in my_data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Apr 2013 15:27:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Graph-showing-unknown-instead-of-values/m-p/110108#M4144</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2013-04-16T15:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Graph showing 'unknown' instead of values</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Graph-showing-unknown-instead-of-values/m-p/110109#M4145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;So, in the first step there is a proc means on the data, by year, that will list the average of a variable for each year.&lt;/P&gt;&lt;P&gt;That said average is then plotted.&lt;/P&gt;&lt;P&gt;So, the format is a number.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Apr 2013 15:32:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Graph-showing-unknown-instead-of-values/m-p/110109#M4145</guid>
      <dc:creator>AncaTilea</dc:creator>
      <dc:date>2013-04-16T15:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Graph showing 'unknown' instead of values</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Graph-showing-unknown-instead-of-values/m-p/110110#M4146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try adding option NOINHERIT to your OUTPUT statement in proc means. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Apr 2013 15:44:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Graph-showing-unknown-instead-of-values/m-p/110110#M4146</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2013-04-16T15:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: Graph showing 'unknown' instead of values</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Graph-showing-unknown-instead-of-values/m-p/110111#M4147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I shall try, and let you know.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Apr 2013 16:00:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Graph-showing-unknown-instead-of-values/m-p/110111#M4147</guid>
      <dc:creator>AncaTilea</dc:creator>
      <dc:date>2013-04-16T16:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Graph showing 'unknown' instead of values</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Graph-showing-unknown-instead-of-values/m-p/110112#M4148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Pierre.&lt;/P&gt;&lt;P&gt;It worked great. It was the format....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Apr 2013 17:57:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Graph-showing-unknown-instead-of-values/m-p/110112#M4148</guid>
      <dc:creator>AncaTilea</dc:creator>
      <dc:date>2013-04-16T17:57:15Z</dc:date>
    </item>
  </channel>
</rss>

