<?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: Stacked horizontal bar charts possible in SAS with 300 bars? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Stacked-horizontal-bar-charts-possible-in-SAS-with-300-bars/m-p/903545#M357014</link>
    <description>&lt;P&gt;I don't know if the software can handle this without crashing, but I am certain your audience will not be able to visually distinguish which bar represents which city.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Better, you should do some geographic plotting of your data like this &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/grmapref/p0posjqhzkf0xkn0zz0i8b1iq4fz.htm" target="_self"&gt;PROC SGMAP&lt;/A&gt; example.&lt;/P&gt;</description>
    <pubDate>Thu, 16 Nov 2023 19:39:48 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2023-11-16T19:39:48Z</dc:date>
    <item>
      <title>Stacked horizontal bar charts possible in SAS with 300 bars?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Stacked-horizontal-bar-charts-possible-in-SAS-with-300-bars/m-p/903544#M357013</link>
      <description>I am working on an analysis by city, where I have percents/proportion of totals spent in 6 different categories at each city. I would like to present this in a way which makes these proportions stand out while also being able to compare all cities. I am picturing a stacked horizontal bar chart, with each city having a bar, but I'm afraid that would be too many bars for SAS graph. I haven't tried it yet, I'm afraid it may crash my session. So, before I do I want to know whether it's possible OR if there's another more efficient "visual" solution apart from just showing numbers.</description>
      <pubDate>Thu, 16 Nov 2023 19:30:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Stacked-horizontal-bar-charts-possible-in-SAS-with-300-bars/m-p/903544#M357013</guid>
      <dc:creator>RandoDando</dc:creator>
      <dc:date>2023-11-16T19:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked horizontal bar charts possible in SAS with 300 bars?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Stacked-horizontal-bar-charts-possible-in-SAS-with-300-bars/m-p/903545#M357014</link>
      <description>&lt;P&gt;I don't know if the software can handle this without crashing, but I am certain your audience will not be able to visually distinguish which bar represents which city.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Better, you should do some geographic plotting of your data like this &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/grmapref/p0posjqhzkf0xkn0zz0i8b1iq4fz.htm" target="_self"&gt;PROC SGMAP&lt;/A&gt; example.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2023 19:39:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Stacked-horizontal-bar-charts-possible-in-SAS-with-300-bars/m-p/903545#M357014</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-11-16T19:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked horizontal bar charts possible in SAS with 300 bars?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Stacked-horizontal-bar-charts-possible-in-SAS-with-300-bars/m-p/903548#M357015</link>
      <description>This was my other solution, maybe having separate maps for each category, then putting them together in a template.   However, I was hoping there would at least be some visual feature in Proc Report that would do this.</description>
      <pubDate>Thu, 16 Nov 2023 19:42:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Stacked-horizontal-bar-charts-possible-in-SAS-with-300-bars/m-p/903548#M357015</guid>
      <dc:creator>RandoDando</dc:creator>
      <dc:date>2023-11-16T19:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked horizontal bar charts possible in SAS with 300 bars?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Stacked-horizontal-bar-charts-possible-in-SAS-with-300-bars/m-p/903565#M357020</link>
      <description>&lt;P&gt;By SAS Graph do you mean the old device based procedures like Gchart? The newer SGPLOT/SGPANEL have more options.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The following apply to Sgplot (or Sgpanel):&lt;/P&gt;
&lt;P&gt;You might consider using a VECTOR plot. That would require a bit more work on your part as you would need to calculate the start/end value for each segment but I think it is less likely to have issue with the number of plot items. The real question may be how indicate the city as text has to be readable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or maybe a Heatmap. On dimension as the city (I think you need to have the variable as numeric and use the Bin options to make each city one bin) then have the 6 categories as the other and use a calculated value (percent? rate?) as a response to show "low" to "high" values.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2023 21:24:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Stacked-horizontal-bar-charts-possible-in-SAS-with-300-bars/m-p/903565#M357020</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2023-11-16T21:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked horizontal bar charts possible in SAS with 300 bars?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Stacked-horizontal-bar-charts-possible-in-SAS-with-300-bars/m-p/903596#M357038</link>
      <description>Maybe you could try HEATMAP .&lt;BR /&gt;Check Rick.Wicklin 's  blogs:&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/iml/2014/08/20/heat-map-in-sasiml.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2014/08/20/heat-map-in-sasiml.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/iml/2022/11/14/profile-plots-sas.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2022/11/14/profile-plots-sas.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/iml/2022/04/20/viz-ordinal-response-longitudinal.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2022/04/20/viz-ordinal-response-longitudinal.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/iml/2021/03/01/wind-chill-chart-sas.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2021/03/01/wind-chill-chart-sas.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/iml/2016/06/08/lasagna-plot-in-sas.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2016/06/08/lasagna-plot-in-sas.html&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Nov 2023 05:06:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Stacked-horizontal-bar-charts-possible-in-SAS-with-300-bars/m-p/903596#M357038</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2023-11-17T05:06:14Z</dc:date>
    </item>
  </channel>
</rss>

