<?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: heart in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/heart/m-p/918161#M361677</link>
    <description>&lt;P&gt;LOL&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Patrick_0-1709109524787.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/94180i19F20A637894AF20/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Patrick_0-1709109524787.png" alt="Patrick_0-1709109524787.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 28 Feb 2024 08:38:51 GMT</pubDate>
    <dc:creator>Patrick</dc:creator>
    <dc:date>2024-02-28T08:38:51Z</dc:date>
    <item>
      <title>heart</title>
      <link>https://communities.sas.com/t5/SAS-Programming/heart/m-p/918155#M361675</link>
      <description>&lt;PRE&gt;&lt;CODE class=""&gt;data heart;
  do t = -3.14 to 3.14 by 0.01;
    x = 16*sin(t)**3;
    y = 13*cos(t) - 5*cos(2*t) - 2*cos(3*t) - cos(4*t);
    output;
  end;
run;

proc sgplot data=heart;
  scatter x=x y=y / markerattrs=(symbol=CircleFilled color=red);
  xaxis display=none;
  yaxis display=none;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 28 Feb 2024 07:54:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/heart/m-p/918155#M361675</guid>
      <dc:creator>kalpeshchaudhar</dc:creator>
      <dc:date>2024-02-28T07:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: heart</title>
      <link>https://communities.sas.com/t5/SAS-Programming/heart/m-p/918161#M361677</link>
      <description>&lt;P&gt;LOL&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Patrick_0-1709109524787.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/94180i19F20A637894AF20/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Patrick_0-1709109524787.png" alt="Patrick_0-1709109524787.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 08:38:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/heart/m-p/918161#M361677</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2024-02-28T08:38:51Z</dc:date>
    </item>
  </channel>
</rss>

