<?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: Pattern statement issues when device=javaimg in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Pattern-statement-issues-when-device-javaimg/m-p/211354#M7857</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CDEFAULT is not supported by java.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Mar 2015 17:18:34 GMT</pubDate>
    <dc:creator>nbasnet</dc:creator>
    <dc:date>2015-03-26T17:18:34Z</dc:date>
    <item>
      <title>Pattern statement issues when device=javaimg</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Pattern-statement-issues-when-device-javaimg/m-p/211350#M7853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;While using PROC GMAP and device=javaimg, the PATTERN statement functionality seems to work partially. For missing values, I have defined the color to be white and when I use device=png,gif,... , it seems to work fine. But when I use device=javaimg, the missing values color changes to other colors. Is there a trick to get around this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 16:19:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Pattern-statement-issues-when-device-javaimg/m-p/211350#M7853</guid>
      <dc:creator>nbasnet</dc:creator>
      <dc:date>2015-03-26T16:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Pattern statement issues when device=javaimg</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Pattern-statement-issues-when-device-javaimg/m-p/211351#M7854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any chance you are using Options nogstyle? Javaimg doesn't honor that option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also are you using the CDEFAULT option if doing a choropleth map?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 16:54:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Pattern-statement-issues-when-device-javaimg/m-p/211351#M7854</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-03-26T16:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: Pattern statement issues when device=javaimg</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Pattern-statement-issues-when-device-javaimg/m-p/211352#M7855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, I'm not using OPTIONS NOGSTYLE or CDEFAULT.&lt;/P&gt;&lt;P&gt;Here is the code I'm using:&lt;/P&gt;&lt;P&gt;pattern1 v=s c=white;&lt;/P&gt;&lt;P&gt;pattern2 v=s c=color2;&lt;/P&gt;&lt;P&gt;pattern3 v=s c=color3;&lt;/P&gt;&lt;P&gt;pattern4 v=s c=color4;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goptions hsize=12 vsize=9 device=javaimg;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Proc gmap data=zip map=map;&lt;/P&gt;&lt;P&gt;id zip;&lt;/P&gt;&lt;P&gt;choro rate/discrete missing&lt;/P&gt;&lt;P&gt;annotate=anno&lt;/P&gt;&lt;P&gt;coutline=black&lt;/P&gt;&lt;P&gt;legend=legend1&lt;/P&gt;&lt;P&gt;format rate g&amp;amp;form._as.;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I run the procedure, SAS ignores the pattern1 which is defined for missing values and puts a new color for missing values in the legends.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 17:04:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Pattern-statement-issues-when-device-javaimg/m-p/211352#M7855</guid>
      <dc:creator>nbasnet</dc:creator>
      <dc:date>2015-03-26T17:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: Pattern statement issues when device=javaimg</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Pattern-statement-issues-when-device-javaimg/m-p/211353#M7856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use CDEFAULT as an option to CHORO.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 17:14:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Pattern-statement-issues-when-device-javaimg/m-p/211353#M7856</guid>
      <dc:creator>Darrell_sas</dc:creator>
      <dc:date>2015-03-26T17:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Pattern statement issues when device=javaimg</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Pattern-statement-issues-when-device-javaimg/m-p/211354#M7857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CDEFAULT is not supported by java.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 17:18:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Pattern-statement-issues-when-device-javaimg/m-p/211354#M7857</guid>
      <dc:creator>nbasnet</dc:creator>
      <dc:date>2015-03-26T17:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: Pattern statement issues when device=javaimg</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Pattern-statement-issues-when-device-javaimg/m-p/211355#M7858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;White should be assigned to the first non-missing value, formatted value, level or midpoint option. What value does your format g&amp;amp;form._as assign to missing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 18:59:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Pattern-statement-issues-when-device-javaimg/m-p/211355#M7858</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-03-26T18:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Pattern statement issues when device=javaimg</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Pattern-statement-issues-when-device-javaimg/m-p/211356#M7859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For missing, the value assigned is "." .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 19:09:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Pattern-statement-issues-when-device-javaimg/m-p/211356#M7859</guid>
      <dc:creator>nbasnet</dc:creator>
      <dc:date>2015-03-26T19:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: Pattern statement issues when device=javaimg</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Pattern-statement-issues-when-device-javaimg/m-p/211357#M7860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since you don't appear to be requesting a statistic from the value I would try setting the missing to a value way outside your other data (-1e8 or similar) and include that value in your format.&lt;/P&gt;&lt;P&gt;With out seeing a map its hard to tell but I think your comment "missing values color changes to other colors" indicates that missing may be treated differently that an actual value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 21:34:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Pattern-statement-issues-when-device-javaimg/m-p/211357#M7860</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-03-26T21:34:20Z</dc:date>
    </item>
  </channel>
</rss>

