<?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 Memorial Day 2026 in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Memorial-Day-2026/m-p/988362#M25918</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="memorialday2026.png" style="width: 990px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/115157iC0F64927CDF19952/image-size/large?v=v2&amp;amp;px=999" role="button" title="memorialday2026.png" alt="memorialday2026.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;* SAS ODS Graphics: Memorial Day 2026
  SPLINE plot of outline points extracted by ChatGPT from a Google search image (stock.adobe.com/search?k=soldier+silhouette+salute&amp;amp;asset_id=219425596)
  PROMPT:  can you generate a csv file with the x/y coordinates of an outline of the soldier saluting in an image
  CHATGPT: Please upload the image of the soldier saluting that you want traced. Once you upload it, I can extract the outline and generate a CSV file containing the x/y coordinates.
  CHATGPT: The outline coordinates have been extracted and saved as a CSV file.;
                                * Get x/y points of soldier outline from ChatGPT-generated .csv file;
proc import datafile='~/soldier_salute_outline_coordinates.csv' out=soldier replace;  
                                * Use SPLINE to plot a smooth outline (white on black background);
ods graphics / reset height=5in width=5in antialias imagefmt=svg noborder; 
proc sgplot data=soldier nowall pad=0 noautolegend;
styleattrs backcolor=black;
inset 'MEMORIAL DAY 2026' / position=bottom textattrs=(color=white size=24pt);  
spline x=x y=y / lineattrs=(thickness=4pt color=white);
xaxis display=none values=(0 1000);
yaxis display=none values=(0 1000) reverse;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;INPUT DATA (X/Y TRACE POINTS CREATED BY CHATGPT)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="chatgptoutput.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/115158iD2D6A2335268EB57/image-size/large?v=v2&amp;amp;px=999" role="button" title="chatgptoutput.png" alt="chatgptoutput.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 20 May 2026 06:52:39 GMT</pubDate>
    <dc:creator>tc</dc:creator>
    <dc:date>2026-05-20T06:52:39Z</dc:date>
    <item>
      <title>Memorial Day 2026</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Memorial-Day-2026/m-p/988362#M25918</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="memorialday2026.png" style="width: 990px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/115157iC0F64927CDF19952/image-size/large?v=v2&amp;amp;px=999" role="button" title="memorialday2026.png" alt="memorialday2026.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;* SAS ODS Graphics: Memorial Day 2026
  SPLINE plot of outline points extracted by ChatGPT from a Google search image (stock.adobe.com/search?k=soldier+silhouette+salute&amp;amp;asset_id=219425596)
  PROMPT:  can you generate a csv file with the x/y coordinates of an outline of the soldier saluting in an image
  CHATGPT: Please upload the image of the soldier saluting that you want traced. Once you upload it, I can extract the outline and generate a CSV file containing the x/y coordinates.
  CHATGPT: The outline coordinates have been extracted and saved as a CSV file.;
                                * Get x/y points of soldier outline from ChatGPT-generated .csv file;
proc import datafile='~/soldier_salute_outline_coordinates.csv' out=soldier replace;  
                                * Use SPLINE to plot a smooth outline (white on black background);
ods graphics / reset height=5in width=5in antialias imagefmt=svg noborder; 
proc sgplot data=soldier nowall pad=0 noautolegend;
styleattrs backcolor=black;
inset 'MEMORIAL DAY 2026' / position=bottom textattrs=(color=white size=24pt);  
spline x=x y=y / lineattrs=(thickness=4pt color=white);
xaxis display=none values=(0 1000);
yaxis display=none values=(0 1000) reverse;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;INPUT DATA (X/Y TRACE POINTS CREATED BY CHATGPT)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="chatgptoutput.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/115158iD2D6A2335268EB57/image-size/large?v=v2&amp;amp;px=999" role="button" title="chatgptoutput.png" alt="chatgptoutput.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2026 06:52:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Memorial-Day-2026/m-p/988362#M25918</guid>
      <dc:creator>tc</dc:creator>
      <dc:date>2026-05-20T06:52:39Z</dc:date>
    </item>
  </channel>
</rss>

