<?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: SGPLOT swimlane with different symbols at same timepoint in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-swimlane-with-different-symbols-at-same-timepoint/m-p/492470#M16881</link>
    <description>&lt;P&gt;Try using the JITTER option on the SCATTER statement.&lt;/P&gt;</description>
    <pubDate>Tue, 04 Sep 2018 20:24:44 GMT</pubDate>
    <dc:creator>Jay54</dc:creator>
    <dc:date>2018-09-04T20:24:44Z</dc:date>
    <item>
      <title>SGPLOT swimlane with different symbols at same timepoint</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-swimlane-with-different-symbols-at-same-timepoint/m-p/492467#M16880</link>
      <description>&lt;P&gt;Asking for a co-worker (no, really I am!)&amp;nbsp;&lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://communities.sas.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt; so I don't have specific code (I'm not on his project...)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;He is making a swimlane plot with subject ID on the y-axis and timepoint on the x-axis.&amp;nbsp; There are only a few subjects, so the bars are "thick" to fill up some space.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On these bars he is placing 2 symbols--X and a square--representing events that are not necessarily related, using scatterplot.&amp;nbsp; However, we have subjects for whom these 2 events happened at the same timepoint:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="barchart.jpg" style="width: 427px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/23007iAD5EE878EDB59CA7/image-size/large?v=v2&amp;amp;px=999" role="button" title="barchart.jpg" alt="barchart.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Subject #2 shows how these symbols actually print--the two of them overlay each other.&amp;nbsp; However, the client wants it displayed like subject #1, with the symbols stacked.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks!&lt;/P&gt;&lt;P&gt;VCM&lt;/P&gt;</description>
      <pubDate>Tue, 04 Sep 2018 20:10:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-swimlane-with-different-symbols-at-same-timepoint/m-p/492467#M16880</guid>
      <dc:creator>VCM</dc:creator>
      <dc:date>2018-09-04T20:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: SGPLOT swimlane with different symbols at same timepoint</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-swimlane-with-different-symbols-at-same-timepoint/m-p/492470#M16881</link>
      <description>&lt;P&gt;Try using the JITTER option on the SCATTER statement.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Sep 2018 20:24:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-swimlane-with-different-symbols-at-same-timepoint/m-p/492470#M16881</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2018-09-04T20:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: SGPLOT swimlane with different symbols at same timepoint</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-swimlane-with-different-symbols-at-same-timepoint/m-p/492659#M16883</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data x;
 x='x';y=1;a=1.2;b=1.2;
 run;
 
 proc sgplot data=x;
 vbarparm category=x response=y  ;
 scatter x=x y=a/ discreteoffset=-0.4 markerattrs=(symbol=X size=14);
 scatter x=x y=b/ discreteoffset=0.4 markerattrs=(symbol=square size=14);
 run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 05 Sep 2018 13:48:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-swimlane-with-different-symbols-at-same-timepoint/m-p/492659#M16883</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2018-09-05T13:48:06Z</dc:date>
    </item>
  </channel>
</rss>

