<?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: Is there a way to show the missing value color in a continuos legend? in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Is-there-a-way-to-show-the-missing-value-color-in-a-continuos/m-p/260809#M9418</link>
    <description />
    <pubDate>Fri, 01 Apr 2016 19:57:32 GMT</pubDate>
    <dc:creator>Jay54</dc:creator>
    <dc:date>2016-04-01T19:57:32Z</dc:date>
    <item>
      <title>Is there a way to show the missing value color in a continuos legend?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Is-there-a-way-to-show-the-missing-value-color-in-a-continuos/m-p/260737#M9417</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data Shape;&lt;BR /&gt; ;&lt;BR /&gt; infile datalines delimiter='09'x dsd firstobs=1; &lt;BR /&gt; input Obs Otln id x y vrRng;&lt;BR /&gt; datalines;&lt;BR /&gt;1 1 1 0 0 10&lt;BR /&gt;2 1 1 20 0 10&lt;BR /&gt;3 1 1 20 30 10&lt;BR /&gt;4 1 1 0 30 10&lt;BR /&gt;5 1 1 0 0 10&lt;BR /&gt;6 1 2 30 0 5&lt;BR /&gt;7 1 2 50 0 5&lt;BR /&gt;8 1 2 40 30 5&lt;BR /&gt;9 1 2 30 0 5&lt;BR /&gt;10 1 3 60 0 15&lt;BR /&gt;11 1 3 80 5 15&lt;BR /&gt;12 1 3 80 15 15&lt;BR /&gt;13 1 3 70 30 15&lt;BR /&gt;14 1 3 60 30 15&lt;BR /&gt;15 1 3 60 0 15&lt;BR /&gt;16 1 4 30 40 25&lt;BR /&gt;17 1 4 50 40 25&lt;BR /&gt;18 1 4 40 70 25&lt;BR /&gt;19 1 4 30 40 25&lt;BR /&gt;20 1 5 0 50 10&lt;BR /&gt;21 1 5 20 50 10&lt;BR /&gt;22 1 5 20 80 10&lt;BR /&gt;23 1 5 0 80 10&lt;BR /&gt;24 1 5 0 50 10&lt;BR /&gt;25 1 3 60 50 .&lt;BR /&gt;26 1 3 80 55 .&lt;BR /&gt;27 1 3 80 65 .&lt;BR /&gt;28 1 3 70 80 .&lt;BR /&gt;29 1 3 60 80 .&lt;BR /&gt;30 1 3 60 50 .&lt;BR /&gt;;&lt;BR /&gt;Run;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;proc template;&lt;BR /&gt; define statgraph Map01t;&lt;BR /&gt; begingraph / drawspace=datavalue; &lt;BR /&gt;* entrytitle ""; &lt;BR /&gt; rangeattrmap name="densityrange" ;&lt;BR /&gt; &lt;STRONG&gt;range MISSING / rangecolor=gray&lt;/STRONG&gt; ;&lt;BR /&gt; range MIN - MAX / rangecolormodel=(red orange yellow) ;&lt;BR /&gt; endrangeattrmap ;&lt;BR /&gt; rangeattrvar attrvar=rangevar var=vrRng attrmap="densityrange";&lt;BR /&gt; layout overlayequated / equatetype=equate border=false&lt;BR /&gt; xaxisopts=(label=" " display=none) &lt;BR /&gt; yaxisopts=(label=" " display=none)&lt;BR /&gt; ; &lt;BR /&gt; polygonplot x=X y=Y id=id / display=(fill) &lt;BR /&gt; COLORRESPONSE=rangevar&lt;BR /&gt; name="Shape"&lt;BR /&gt; ;&lt;BR /&gt; polygonplot x=X y=Y id=id / display=(outline) OUTLINEATTRS=(color=black) group=Otln;&lt;BR /&gt; continuouslegend "Shape" / orient=vertical &lt;BR /&gt; location=outside valign=center halign=right&lt;BR /&gt; valuecounthint=10 title="Shape";&lt;BR /&gt; endlayout;&lt;BR /&gt;* entryfootnote halign=left "";&lt;BR /&gt; endgraph;&lt;BR /&gt; end;&lt;BR /&gt;run;&lt;BR /&gt;proc sgrender data=Shape template=Map01t;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 14:40:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Is-there-a-way-to-show-the-missing-value-color-in-a-continuos/m-p/260737#M9417</guid>
      <dc:creator>Bryan</dc:creator>
      <dc:date>2016-04-01T14:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to show the missing value color in a continuos legend?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Is-there-a-way-to-show-the-missing-value-color-in-a-continuos/m-p/260809#M9418</link>
      <description />
      <pubDate>Fri, 01 Apr 2016 19:57:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Is-there-a-way-to-show-the-missing-value-color-in-a-continuos/m-p/260809#M9418</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2016-04-01T19:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to show the missing value color in a continuos legend?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Is-there-a-way-to-show-the-missing-value-color-in-a-continuos/m-p/260822#M9419</link>
      <description>&lt;P&gt;It would be better (and more flexible) if you define your own LEGENDENTRY using a color swatch of the missing color with the label "Missing" and add it to a DISCRETELEGEND.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 19:55:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Is-there-a-way-to-show-the-missing-value-color-in-a-continuos/m-p/260822#M9419</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2016-04-01T19:55:48Z</dc:date>
    </item>
  </channel>
</rss>

