<?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 SGPLOT - HEATMAPPARM output challenges in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-HEATMAPPARM-output-challenges/m-p/771767#M22067</link>
    <description>&lt;P&gt;Make XAXIS wider ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;data WORK.OUT;
infile datalines dsd truncover delimiter=' ';
input Channel_SubChannel:$46. churn:PERCENT10.1 week_starting1:$9.;
format churn PERCENT10.1;
datalines;
Broker-CallCenter 7.6% 06JUL2021
Broker-Web 12.0% 06JUL2021
CallCenter-CallCenter 4.7% 06JUL2021
PTC-CallCenter 15.5% 06JUL2021
PTC-Web 33.1% 06JUL2021
Web-Web 7.9% 06JUL2021
Broker-CallCenter 10.1% 13JUL2021
Broker-Web 9.3% 13JUL2021
CallCenter-CallCenter 4.7% 13JUL2021
PTC-CallCenter 12.3% 13JUL2021
PTC-Web 22.9% 13JUL2021
Web-Web 9.0% 13JUL2021
Broker-CallCenter 7.6% 20JUL2021
Broker-Web 9.0% 20JUL2021
CallCenter-CallCenter 5.9% 20JUL2021
PTC-CallCenter 10.0% 20JUL2021
PTC-Web 18.9% 20JUL2021
Web-Web 10.0% 20JUL2021
Broker-CallCenter 7.0% 27JUL2021
Broker-Web 12.7% 27JUL2021
CallCenter-CallCenter 6.2% 27JUL2021
PTC-CallCenter 12.1% 27JUL2021
PTC-Web 18.6% 27JUL2021
Web-Web 9.4% 27JUL2021
;
&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;ods graphics/width=1000px height=500px ;&lt;/STRONG&gt;&lt;/FONT&gt;
proc sgplot data=OUT noautolegend; 
title 'Term Attrition';
	heatmapparm  y=channel_subchannel x=week_starting1  
	colorresponse=churn  / colormodel=(green yellow red) outline;
 text y=channel_subchannel x=week_starting1 text=churn / textattrs=(size=11pt);
 
 yaxis label="Channel";
 xaxis label="Week Beginning";
run;&lt;/PRE&gt;</description>
    <pubDate>Sat, 02 Oct 2021 15:52:03 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2021-10-02T15:52:03Z</dc:date>
    <item>
      <title>PROC SGPLOT - HEATMAPPARM output challenges</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-HEATMAPPARM-output-challenges/m-p/771380#M22056</link>
      <description>&lt;P&gt;I have a 2 part question.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;First&lt;/STRONG&gt; - The output for the heatmap. &lt;/U&gt;&lt;/P&gt;&lt;P&gt;I am working with this code to create my output:&lt;/P&gt;&lt;P&gt;proc sgplot data=term_plot noautolegend;&lt;BR /&gt;title 'Term Attrition';&lt;BR /&gt;heatmapparm x=week_starting y=channel_subchannel&lt;BR /&gt;colorresponse=churn / colormodel=(green yellow red) outline ;&lt;BR /&gt;text x=week_starting y=channel_subchannel text=churn / textattrs=(size=11pt);&lt;BR /&gt;&lt;BR /&gt;yaxis label="Channel";&lt;BR /&gt;xaxis label="Week Beginning";&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, the output looks like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Keegan_1-1633010496190.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/64253i1C51375255D2AE18/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Keegan_1-1633010496190.png" alt="Keegan_1-1633010496190.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I get the cells to spread out? If I switch the x and y axis data, it looks fine:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Keegan_2-1633010597182.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/64254i48167A096CB83777/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Keegan_2-1633010597182.png" alt="Keegan_2-1633010597182.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But I want the dates to be on the bottom (x axis) so it's easier to read. Both x and y axis data is in text format.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Second&lt;/STRONG&gt; part - Email data&lt;/U&gt;&lt;/P&gt;&lt;P&gt;When I try to send the email, it shows up fine on my own machine. However, on someone else's, the picture doesn't show up:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Keegan_3-1633010840207.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/64255iFEC3534EE5E6FFE3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Keegan_3-1633010840207.png" alt="Keegan_3-1633010840207.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This is the code I use for the email:&lt;/P&gt;&lt;P&gt;%macro email;&lt;/P&gt;&lt;P&gt;data _null_;&lt;BR /&gt;call symputx("today",put(today(),mmddyy10.));&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;options EMAILSYS=SMTP EMAILID="keegan.xxxx@yyyy.com" EMAILHOST="GESVR5050.yyyy.yyyyy.com";&lt;/P&gt;&lt;P&gt;FILENAME output EMAIL SUBJECT="Churn by Week as of &amp;amp;today."&lt;BR /&gt;FROM="keegan.xxxx@yyyyy.com"&lt;BR /&gt;TO=("keegan.xxxx@yyyyy.com")&lt;BR /&gt;BC=("keegan.xxxx@yyyy.com")&lt;BR /&gt;type='text/html'&lt;BR /&gt;CT ='text/html';&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ods html3 body=OUTPUT&lt;/P&gt;&lt;P&gt;style=htmlblue;&lt;BR /&gt;ods escapechar='^';&lt;BR /&gt;ODS TEXT="^S={font_face='Calibri' font_size=3 fontweight=Medium foreground=black} ";&lt;BR /&gt;ODS TEXT="^S={font_face='Calibri' font_size=3 fontweight=Medium foreground=black}Good morning,";&lt;BR /&gt;ODS TEXT="^S={font_face='Calibri' font_size=3 fontweight=Medium foreground=black} ";&lt;BR /&gt;ODS TEXT="^S={font_face='Calibri' font_size=3 fontweight=Medium foreground=black}See counts below and let me know if you have questions.";&lt;BR /&gt;ODS TEXT="^S={font_face='Calibri' font_size=3 fontweight=Medium foreground=black} ";&lt;BR /&gt;ODS TEXT="^S={font_face='Calibri' font_size=3 fontweight=Medium foreground=black}Thanks,";&lt;BR /&gt;ODS TEXT="^S={font_face='Calibri' font_size=3 fontweight=Medium foreground=black}Keegan";&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc sgplot data=term_plot noautolegend;&lt;BR /&gt;title 'Term Attrition';&lt;BR /&gt;heatmapparm x=week_starting y=channel_subchannel&lt;BR /&gt;colorresponse=churn / colormodel=(green yellow red) outline ;&lt;BR /&gt;text x=week_starting y=channel_subchannel text=churn / textattrs=(size=11pt);&lt;BR /&gt;&lt;BR /&gt;yaxis label="Channel";&lt;BR /&gt;xaxis label="Week Beginning";&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ods html3 close;&lt;/P&gt;&lt;P&gt;%mend;&lt;BR /&gt;%email;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why doesn't the picture show up on someone else's machine? I want the output embedded in the email.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciate your help!&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Keegan&lt;/P&gt;</description>
      <pubDate>Thu, 30 Sep 2021 14:17:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-HEATMAPPARM-output-challenges/m-p/771380#M22056</guid>
      <dc:creator>Keegan</dc:creator>
      <dc:date>2021-09-30T14:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SGPLOT - HEATMAPPARM output challenges</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-HEATMAPPARM-output-challenges/m-p/771424#M22058</link>
      <description>&lt;P&gt;Without data can't test anything but what I might start with:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Make sure your X axis is discrete and then use the DISCRETEX option in the Heatmapparm statement. You may also need to make your graphic are a bit wider with the ODS Graphics options.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First thing I would try is the HTML&lt;STRONG&gt;5&lt;/STRONG&gt; as Html3 does not embed images in the file. Open the html generated in your file I you likely have a reference pointing to a named PNG file that you did not include in the email. You would need to include the image files as well. Or possibly generate a PDF, RTF or DOCX file and mail that.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Sep 2021 16:51:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-HEATMAPPARM-output-challenges/m-p/771424#M22058</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-09-30T16:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SGPLOT - HEATMAPPARM output challenges</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-HEATMAPPARM-output-challenges/m-p/771440#M22061</link>
      <description>&lt;P&gt;Hi Ballard!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for responding! Would you please be able to provide the syntax? It's not working right for me.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, I've attached the data so you can test it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciate your help!&lt;/P&gt;&lt;P&gt;Keegan&lt;/P&gt;</description>
      <pubDate>Thu, 30 Sep 2021 17:59:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-HEATMAPPARM-output-challenges/m-p/771440#M22061</guid>
      <dc:creator>Keegan</dc:creator>
      <dc:date>2021-09-30T17:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SGPLOT - HEATMAPPARM output challenges</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-HEATMAPPARM-output-challenges/m-p/771474#M22062</link>
      <description>&lt;P&gt;"Not working for me" is awful vague. Which isn't, the HTML5 or changes to the SGPLOT?&lt;BR /&gt;&lt;BR /&gt;Are there errors in the log?: Post the code and log in a code box opened with the "&amp;lt;&amp;gt;" to maintain formatting of error messages.&lt;BR /&gt;&lt;BR /&gt;No output? Post any log in a code box.&lt;BR /&gt;&lt;BR /&gt;Unexpected output? Provide input data in the form of data step code pasted into a code box, the actual results and the expected results. Instructions here: &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712&lt;/A&gt; will show how to turn an existing SAS data set into data step code that can be pasted into a forum code box using the "&amp;lt;/&amp;gt;" icon or attached as text to show exactly what you have and that we can test code against.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many users here (I'm one) don't want to download Excel files because of virus potential, others have such things blocked by security software. Also if you give us Excel we have to create a SAS data set and due to the non-existent constraints on Excel data cells the result we end up with may not have variables of the same type (numeric or character) and even values.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Sep 2021 19:25:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-HEATMAPPARM-output-challenges/m-p/771474#M22062</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-09-30T19:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SGPLOT - HEATMAPPARM output challenges</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-HEATMAPPARM-output-challenges/m-p/771500#M22063</link>
      <description>&lt;P&gt;Hi, I apologize for the vagueness.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I change to HTML5, the logic runs correctly, but the output I get in the email looks like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Keegan_0-1633034975355.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/64284i68AADE7EABFB42D9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Keegan_0-1633034975355.png" alt="Keegan_0-1633034975355.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have followed your instructions to create a data step for you:&lt;/P&gt;&lt;PRE&gt;data WORK.OUT;
infile datalines dsd truncover;
input Channel_SubChannel:$46. churn:PERCENT10.1 week_starting1:$9.;
format churn PERCENT10.1;
datalines;
Broker-Call Center 7.6% 06JUL2021
Broker-Web 12.0% 06JUL2021
Call Center-Call Center 4.7% 06JUL2021
PTC-Call Center 15.5% 06JUL2021
PTC-Web 33.1% 06JUL2021
Web-Web 7.9% 06JUL2021
Broker-Call Center 10.1% 13JUL2021
Broker-Web 9.3% 13JUL2021
Call Center-Call Center 4.7% 13JUL2021
PTC-Call Center 12.3% 13JUL2021
PTC-Web 22.9% 13JUL2021
Web-Web 9.0% 13JUL2021
Broker-Call Center 7.6% 20JUL2021
Broker-Web 9.0% 20JUL2021
Call Center-Call Center 5.9% 20JUL2021
PTC-Call Center 10.0% 20JUL2021
PTC-Web 18.9% 20JUL2021
Web-Web 10.0% 20JUL2021
Broker-Call Center 7.0% 27JUL2021
Broker-Web 12.7% 27JUL2021
Call Center-Call Center 6.2% 27JUL2021
PTC-Call Center 12.1% 27JUL2021
PTC-Web 18.6% 27JUL2021
Web-Web 9.4% 27JUL2021&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Email code:&lt;/P&gt;&lt;PRE&gt;%macro email;

data _null_;
call symputx("today",put(today(),mmddyy10.));
run;

options EMAILSYS=SMTP EMAILID="keegan.xxxxx@xxxxx.com" EMAILHOST="GESVR5050.xxxxx.xxxxx.com";

FILENAME output EMAIL SUBJECT="Churn by Week as of &amp;amp;today." 
				       FROM="keegan.xxxxx@xxxxx.com" 
				         TO=("keegan.xxxxx@xxxxx.com")
					     BC=("keegan.xxxxx@xxxxx.com")
						type='text/html'
						CT ='text/html';


ods html5 body=OUTPUT

style=htmlblue;
ods escapechar='^';
ODS TEXT="^S={font_face='Calibri' font_size=3 fontweight=Medium foreground=black} ";
ODS TEXT="^S={font_face='Calibri' font_size=3 fontweight=Medium foreground=black}Good morning,";
ODS TEXT="^S={font_face='Calibri' font_size=3 fontweight=Medium foreground=black} ";
ODS TEXT="^S={font_face='Calibri' font_size=3 fontweight=Medium foreground=black}See counts below and let me know if you have questions.";
ODS TEXT="^S={font_face='Calibri' font_size=3 fontweight=Medium foreground=black} ";
ODS TEXT="^S={font_face='Calibri' font_size=3 fontweight=Medium foreground=black}Thanks,";
ODS TEXT="^S={font_face='Calibri' font_size=3 fontweight=Medium foreground=black}Keegan";


proc sgplot data=term_plot noautolegend; 
title 'Term Attrition';
	heatmapparm  y=channel_subchannel x=week_starting1  
	colorresponse=churn  / colormodel=(green yellow red) outline;
 text y=channel_subchannel x=week_starting1 text=churn / textattrs=(size=11pt);
 
 yaxis label="Channel";
 xaxis label="Week Beginning";
run;

ods html5 close;

%mend;
%email;&lt;/PRE&gt;</description>
      <pubDate>Thu, 30 Sep 2021 21:36:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-HEATMAPPARM-output-challenges/m-p/771500#M22063</guid>
      <dc:creator>Keegan</dc:creator>
      <dc:date>2021-09-30T21:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SGPLOT - HEATMAPPARM output challenges</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-HEATMAPPARM-output-challenges/m-p/771767#M22067</link>
      <description>&lt;P&gt;Make XAXIS wider ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;data WORK.OUT;
infile datalines dsd truncover delimiter=' ';
input Channel_SubChannel:$46. churn:PERCENT10.1 week_starting1:$9.;
format churn PERCENT10.1;
datalines;
Broker-CallCenter 7.6% 06JUL2021
Broker-Web 12.0% 06JUL2021
CallCenter-CallCenter 4.7% 06JUL2021
PTC-CallCenter 15.5% 06JUL2021
PTC-Web 33.1% 06JUL2021
Web-Web 7.9% 06JUL2021
Broker-CallCenter 10.1% 13JUL2021
Broker-Web 9.3% 13JUL2021
CallCenter-CallCenter 4.7% 13JUL2021
PTC-CallCenter 12.3% 13JUL2021
PTC-Web 22.9% 13JUL2021
Web-Web 9.0% 13JUL2021
Broker-CallCenter 7.6% 20JUL2021
Broker-Web 9.0% 20JUL2021
CallCenter-CallCenter 5.9% 20JUL2021
PTC-CallCenter 10.0% 20JUL2021
PTC-Web 18.9% 20JUL2021
Web-Web 10.0% 20JUL2021
Broker-CallCenter 7.0% 27JUL2021
Broker-Web 12.7% 27JUL2021
CallCenter-CallCenter 6.2% 27JUL2021
PTC-CallCenter 12.1% 27JUL2021
PTC-Web 18.6% 27JUL2021
Web-Web 9.4% 27JUL2021
;
&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;ods graphics/width=1000px height=500px ;&lt;/STRONG&gt;&lt;/FONT&gt;
proc sgplot data=OUT noautolegend; 
title 'Term Attrition';
	heatmapparm  y=channel_subchannel x=week_starting1  
	colorresponse=churn  / colormodel=(green yellow red) outline;
 text y=channel_subchannel x=week_starting1 text=churn / textattrs=(size=11pt);
 
 yaxis label="Channel";
 xaxis label="Week Beginning";
run;&lt;/PRE&gt;</description>
      <pubDate>Sat, 02 Oct 2021 15:52:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-HEATMAPPARM-output-challenges/m-p/771767#M22067</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2021-10-02T15:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SGPLOT - HEATMAPPARM output challenges</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-HEATMAPPARM-output-challenges/m-p/771930#M22077</link>
      <description>&lt;P&gt;Thank you Sharp! That works for the output!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have suggestions about emailing this output embedded in the email itself?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 13:47:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-HEATMAPPARM-output-challenges/m-p/771930#M22077</guid>
      <dc:creator>Keegan</dc:creator>
      <dc:date>2021-10-04T13:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SGPLOT - HEATMAPPARM output challenges</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-HEATMAPPARM-output-challenges/m-p/772069#M22087</link>
      <description>Sorry. I have no idea about this . &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13549"&gt;@Cynthia_sas&lt;/a&gt; might know it , &lt;BR /&gt;Or you could search it at support.sas.com</description>
      <pubDate>Tue, 05 Oct 2021 06:19:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-HEATMAPPARM-output-challenges/m-p/772069#M22087</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2021-10-05T06:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SGPLOT - HEATMAPPARM output challenges</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-HEATMAPPARM-output-challenges/m-p/772147#M22089</link>
      <description>&lt;P&gt;We solved the email question and embedded graph in another thread, using the techniques in&amp;nbsp;&lt;LI-MESSAGE title="How to send email using SAS" uid="746523" url="https://communities.sas.com/t5/SAS-Communities-Library/How-to-send-email-using-SAS/m-p/746523#U746523" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-tkb-thread lia-fa-icon lia-fa-tkb lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Oct 2021 13:10:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/PROC-SGPLOT-HEATMAPPARM-output-challenges/m-p/772147#M22089</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2021-10-05T13:10:53Z</dc:date>
    </item>
  </channel>
</rss>

