<?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: What is this white column?!! in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/What-is-this-white-column/m-p/984703#M379715</link>
    <description>Please supply the source data and the code that creates the graph, so we can recreate your issue.</description>
    <pubDate>Thu, 12 Mar 2026 20:47:50 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2026-03-12T20:47:50Z</dc:date>
    <item>
      <title>What is this white column?!!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-is-this-white-column/m-p/984692#M379710</link>
      <description>&lt;P&gt;Can someone please explain&amp;nbsp; this white column in the middle of the graph:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PedalBikeHeatMapYearMonth.png" style="width: 640px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/113603iF3EA72C8F590DE69/image-size/large?v=v2&amp;amp;px=999" role="button" title="PedalBikeHeatMapYearMonth.png" alt="PedalBikeHeatMapYearMonth.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I have no missing data btw!&lt;/P&gt;
&lt;P&gt;Thank you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2026 19:09:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-is-this-white-column/m-p/984692#M379710</guid>
      <dc:creator>Ihsan-Mahdi</dc:creator>
      <dc:date>2026-03-12T19:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: What is this white column?!!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-is-this-white-column/m-p/984703#M379715</link>
      <description>Please supply the source data and the code that creates the graph, so we can recreate your issue.</description>
      <pubDate>Thu, 12 Mar 2026 20:47:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-is-this-white-column/m-p/984703#M379715</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2026-03-12T20:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: What is this white column?!!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-is-this-white-column/m-p/984714#M379719</link>
      <description>&lt;P&gt;I apologize. There were typos in my earlier messages. Please discard and use set and code in this message.&lt;/P&gt;
&lt;P&gt;set:&lt;/P&gt;
&lt;DIV&gt;data sample (compress=binary);&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; INPUT injurytype $ year&amp;nbsp; MonthName $&amp;nbsp; &amp;nbsp;Month&amp;nbsp; &amp;nbsp;Count ;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; DATALINES;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2020 Jan 1 19&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2020 Feb 2 23&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2020 Mar 3 34&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2020 Apr 4 59&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2020 May 5 67&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2020 Jun 6 106&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2020 Jul 7 108&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2020 Aug 8 110&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2020 Sep 9 67&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2020 Oct 10 64&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2020 Nov 11 26&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2020 Dec 12 23&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2021 Jan 1 13&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2021 Feb 2 16&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2021 Mar 3 47&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2021 Apr 4 59&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2021 May 5 76&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2021 Jun 6 69&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2021 Jul 7 90&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2021 Aug 8 75&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2021 Sep 9 55&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2021 Oct 10 37&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2021 Nov 11 19&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2021 Dec 12 16&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2022 Jan 1 11&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2022 Feb 2 23&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2022 Mar 3 33&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2022 Apr 4 43&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2022 May 5 50&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2022 Jun 6 73&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2022 Jul 7 89&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2022 Aug 8 67&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2022 Sep 9 69&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2022 Oct 10 52&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2022 Nov 11 17&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2022 Dec 12 5&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2023 Jan 1 12&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2023 Feb 2 20&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2023 Mar 3 38&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2023 Apr 4 45&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2023 May 5 80&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2023 Jun 6 76&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2023 Jul 7 98&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2023 Aug 8 89&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2023 Sep 9 86&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2023 Oct 10 40&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2023 Nov 11 26&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2023 Dec 12 22&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2024 Jan 1 21&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2024 Feb 2 15&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2024 Mar 3 25&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2024 Apr 4 48&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2024 May 5 67&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2024 Jun 6 82&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2024 Jul 7 92&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2024 Aug 8 100&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2024 Sep 9 89&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2024 Oct 10 38&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2024 Nov 11 20&lt;/DIV&gt;
&lt;DIV&gt;pedalbike 2024 Dec 12 17&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;run;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Code:&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P&gt;ods html close;&lt;BR /&gt;ods html;&lt;BR /&gt;proc sgplot data=sample;&lt;/P&gt;
&lt;P&gt;heatmap x=year y=MonthName /&lt;BR /&gt;colorresponse=COUNT ;&lt;/P&gt;
&lt;P&gt;by InjuryType;&lt;/P&gt;
&lt;P&gt;xaxis label="Year" values=(2020 2021 2022 2023 2024);&lt;/P&gt;
&lt;P&gt;/* Character Y-axis preserves names; order guaranteed by sorting */&lt;BR /&gt;yaxis label="Month of Year" discreteorder=data;&lt;/P&gt;
&lt;P&gt;title "Injury Frequency by Year and Month";&lt;BR /&gt;run;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 12 Mar 2026 22:20:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-is-this-white-column/m-p/984714#M379719</guid>
      <dc:creator>Ihsan-Mahdi</dc:creator>
      <dc:date>2026-03-12T22:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: What is this white column?!!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-is-this-white-column/m-p/984716#M379720</link>
      <description>&lt;P&gt;Add the DISCRETEX option to the HEATMAP statement:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title "Injury Frequency by Year and Month";

proc sgplot data=sample;
heatmap
  x=year y=MonthName /
  colorresponse=COUNT
  discretex
;
by InjuryType;
xaxis label="Year" values=(2020 2021 2022 2023 2024);
/* Character Y-axis preserves names; order guaranteed by sorting */
yaxis label="Month of Year" discreteorder=data;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 12 Mar 2026 22:46:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-is-this-white-column/m-p/984716#M379720</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2026-03-12T22:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: What is this white column?!!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-is-this-white-column/m-p/984717#M379721</link>
      <description>Worked like a charm! Thank you so much &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Thu, 12 Mar 2026 22:49:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-is-this-white-column/m-p/984717#M379721</guid>
      <dc:creator>Ihsan-Mahdi</dc:creator>
      <dc:date>2026-03-12T22:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: What is this white column?!!</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-is-this-white-column/m-p/984724#M379723</link>
      <description>&lt;P&gt;An alternative way is using HEATMAPPARM statement:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;proc sgplot data=sample;
&lt;STRONG&gt;heatmapparm x=year y=MonthName colorresponse=COUNT ;
&lt;/STRONG&gt;
by InjuryType;

&lt;STRONG&gt;xaxis label="Year";&lt;/STRONG&gt;

/* Character Y-axis preserves names; order guaranteed by sorting */
yaxis label="Month of Year" discreteorder=data;

title "Injury Frequency by Year and Month";
run;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="屏幕截图 2026-03-10 170214.png" style="width: 640px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/113614i14917F0BF7661A54/image-size/large?v=v2&amp;amp;px=999" role="button" title="屏幕截图 2026-03-10 170214.png" alt="屏幕截图 2026-03-10 170214.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2026 06:50:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-is-this-white-column/m-p/984724#M379723</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2026-03-13T06:50:07Z</dc:date>
    </item>
  </channel>
</rss>

