<?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: PROC GMAP in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/PROC-GMAP/m-p/933293#M24727</link>
    <description>&lt;P&gt;Hypothetically, you could draw bars on a 2d map using annotate (where the bar starts at the center of each state, and the height of the bars is scaled based on the data). I'm not sure it would be a great way to present data, and not sure it would be worth the work.&lt;/P&gt;</description>
    <pubDate>Fri, 21 Jun 2024 13:47:43 GMT</pubDate>
    <dc:creator>GraphGuy</dc:creator>
    <dc:date>2024-06-21T13:47:43Z</dc:date>
    <item>
      <title>PROC GMAP</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-GMAP/m-p/926313#M24574</link>
      <description>&lt;P&gt;Hi everyone,&amp;nbsp;&lt;BR /&gt;I am trying to create a map using the gmap procedure. I was able to successfully create the map as shown in the attached images. However, the block option allows us to create a 3-D map and the journal I want to publish this in does not accept 3-D graphs. How can I show the counts of the facilities that is shown using the block option in a 2-D format? Basically, how can I incorporate the information coming from two response variables in a choropleth map?&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Help to change this block into a 2-D map" style="width: 597px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/95997i1F7AD00323077D71/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-04-29 at 10.43.29 AM.png" alt="Help to change this block into a 2-D map" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Help to change this block into a 2-D map&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 14:48:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-GMAP/m-p/926313#M24574</guid>
      <dc:creator>epi_econ_code</dc:creator>
      <dc:date>2024-04-29T14:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GMAP</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-GMAP/m-p/926320#M24575</link>
      <description>&lt;P&gt;In this paper they use GCHART and add a bar chart with VBAR.&amp;nbsp; Starts on page 12. That might help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/resources/papers/proceedings09/215-2009.pdf" target="_blank"&gt;https://support.sas.com/resources/papers/proceedings09/215-2009.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Peter&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 15:06:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-GMAP/m-p/926320#M24575</guid>
      <dc:creator>Panagiotis</dc:creator>
      <dc:date>2024-04-29T15:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GMAP</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-GMAP/m-p/926327#M24576</link>
      <description>&lt;P&gt;You could also consider using the &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/grmapref/n18zwxj3couxmgn161trks2usk2v.htm" target="_self"&gt;SGMAP procedure&lt;/A&gt; and layering a bubble map on top of a choropleth map background. The result would look something like this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GregTreiman_0-1714405640604.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/96000iA0DEC37158FC23C2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GregTreiman_0-1714405640604.png" alt="GregTreiman_0-1714405640604.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I would probably actually recommend displaying the same information in two separate choropleth maps: one for % households and one for # of meal programs. Sometimes a simple map does a better job communicating the point, and viewers might find it easier to notice patterns comparing two maps of the same type side-by-side instead of trying to compare a bar and a choropleth map.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 15:51:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-GMAP/m-p/926327#M24576</guid>
      <dc:creator>GregTreiman</dc:creator>
      <dc:date>2024-04-29T15:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GMAP</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-GMAP/m-p/926337#M24577</link>
      <description>Not sure how to code for adding the count as bubble (I am new to using PROC GMAP)&lt;BR /&gt;I used the following code to get the current map: legend1 label=(f=swissb j=c '% of households who need meals') across=4 down=2 frame position=(top center&lt;BR /&gt;inside);&lt;BR /&gt;legend2 label=(f=swissb j=c 'Number of school meal programs') across=3 down=1 frame position=(bottom center&lt;BR /&gt;inside);&lt;BR /&gt;title h=4 f=swissb 'Availability of meal programs and percentage of households in need';&lt;BR /&gt;proc gmap data = ccs2019 map=maps.us ;&lt;BR /&gt;&lt;BR /&gt;id state;&lt;BR /&gt;area les_tert/legend=legend1;&lt;BR /&gt;block ccs_count/levels=3 legend=legend2 ;&lt;BR /&gt;format les_tert les_tert.;&lt;BR /&gt;run;&lt;BR /&gt;quit;</description>
      <pubDate>Mon, 29 Apr 2024 16:43:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-GMAP/m-p/926337#M24577</guid>
      <dc:creator>epi_econ_code</dc:creator>
      <dc:date>2024-04-29T16:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GMAP</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-GMAP/m-p/926382#M24578</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13585"&gt;@GraphGuy&lt;/a&gt;&amp;nbsp;I came across your solution for other graph-related questions. Is this something you can help with? I really would appreciate it.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 19:02:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-GMAP/m-p/926382#M24578</guid>
      <dc:creator>epi_econ_code</dc:creator>
      <dc:date>2024-04-29T19:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GMAP</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-GMAP/m-p/933293#M24727</link>
      <description>&lt;P&gt;Hypothetically, you could draw bars on a 2d map using annotate (where the bar starts at the center of each state, and the height of the bars is scaled based on the data). I'm not sure it would be a great way to present data, and not sure it would be worth the work.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2024 13:47:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-GMAP/m-p/933293#M24727</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2024-06-21T13:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: PROC GMAP</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-GMAP/m-p/933327#M24729</link>
      <description>&lt;P&gt;Can you show an example of what you want for a 2-d version of your graph?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would think most understandable might be just a box with the number of school mean programs. Something like this example: &lt;A href="https://support.sas.com/kb/24/900.html" target="_blank"&gt;https://support.sas.com/kb/24/900.html&lt;/A&gt; only use the number to display instead of the state abbreviation. Use CBOX with CBACK=white to have the numbers appear on a white background for readability and to draw attention. Probably&amp;nbsp; still need to play with locations for some of the New England states like Connecticut and Rhode Island as may not be room&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to overlay a 2-dimensional rectangle then you could create an annotate data set drawing rectangles that look like a 2-d bar at each state.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or maybe use a fill pattern to represent the bar information&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2024 14:27:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-GMAP/m-p/933327#M24729</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2024-06-21T14:27:41Z</dc:date>
    </item>
  </channel>
</rss>

