<?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 need larger arrowheads in my swim lane plot in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/need-larger-arrowheads-in-my-swim-lane-plot/m-p/387790#M13289</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm working on the attached swim lane plot using the code also attached.&amp;nbsp; The anno2 dataset in the code creates the current arrowheads using the "arrow" function, but it doesn't have any options to increase the size.&amp;nbsp; I would like the "ongoing" arrowheads at the end of the time on study bars to be larger, but haven't found any way to do that.&amp;nbsp; I'm using SAS 9.4 and would appreciate any help with this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Swannie&lt;/P&gt;</description>
    <pubDate>Mon, 14 Aug 2017 14:38:02 GMT</pubDate>
    <dc:creator>swannie</dc:creator>
    <dc:date>2017-08-14T14:38:02Z</dc:date>
    <item>
      <title>need larger arrowheads in my swim lane plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/need-larger-arrowheads-in-my-swim-lane-plot/m-p/387790#M13289</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm working on the attached swim lane plot using the code also attached.&amp;nbsp; The anno2 dataset in the code creates the current arrowheads using the "arrow" function, but it doesn't have any options to increase the size.&amp;nbsp; I would like the "ongoing" arrowheads at the end of the time on study bars to be larger, but haven't found any way to do that.&amp;nbsp; I'm using SAS 9.4 and would appreciate any help with this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Swannie&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2017 14:38:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/need-larger-arrowheads-in-my-swim-lane-plot/m-p/387790#M13289</guid>
      <dc:creator>swannie</dc:creator>
      <dc:date>2017-08-14T14:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: need larger arrowheads in my swim lane plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/need-larger-arrowheads-in-my-swim-lane-plot/m-p/387791#M13290</link>
      <description>&lt;P&gt;If you are using SGPLOT, you have many ways to do the arrow. &amp;nbsp;You can use the HighLow plot that has a built in arrowhead. &amp;nbsp;Or overlay a SCATTER with the arrow type symbols. &amp;nbsp;You can adjust the size as you want.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.sas.com/content/graphicallyspeaking/2014/06/22/swimmer-plot/" target="_blank"&gt;http://blogs.sas.com/content/graphicallyspeaking/2014/06/22/swimmer-plot/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2017 14:42:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/need-larger-arrowheads-in-my-swim-lane-plot/m-p/387791#M13290</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2017-08-14T14:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: need larger arrowheads in my swim lane plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/need-larger-arrowheads-in-my-swim-lane-plot/m-p/387794#M13291</link>
      <description>&lt;P&gt;What code are you using? &amp;nbsp;I would guess either style or proc template update. &amp;nbsp;You may even find an example at:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.sas.com/content/graphicallyspeaking/" target="_blank"&gt;http://blogs.sas.com/content/graphicallyspeaking/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2017 14:43:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/need-larger-arrowheads-in-my-swim-lane-plot/m-p/387794#M13291</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-08-14T14:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: need larger arrowheads in my swim lane plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/need-larger-arrowheads-in-my-swim-lane-plot/m-p/387808#M13292</link>
      <description>&lt;P&gt;Thanks for the quick response, but is there some way to do this that doesn't involve reprogramming the dataset and production code?&amp;nbsp; I'd prefer not to have to go back and do that at this point.&lt;BR /&gt;&lt;BR /&gt;Swannie&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2017 15:07:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/need-larger-arrowheads-in-my-swim-lane-plot/m-p/387808#M13292</guid>
      <dc:creator>swannie</dc:creator>
      <dc:date>2017-08-14T15:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: need larger arrowheads in my swim lane plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/need-larger-arrowheads-in-my-swim-lane-plot/m-p/387814#M13293</link>
      <description>&lt;P&gt;Please attach your code with some sample data so we can run it to see what you are doing. &amp;nbsp;What release of SAS (including maintenance level) are you using?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2017 15:12:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/need-larger-arrowheads-in-my-swim-lane-plot/m-p/387814#M13293</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2017-08-14T15:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: need larger arrowheads in my swim lane plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/need-larger-arrowheads-in-my-swim-lane-plot/m-p/387824#M13294</link>
      <description>&lt;P&gt;Hmmm.&amp;nbsp; I tried to attach both the figure and the code in my first post.&amp;nbsp; Is there some trick to attaching more than one file?&amp;nbsp; Seems like there is, because I can only get one at a time to work.&amp;nbsp;&amp;nbsp;I put the&amp;nbsp;files in a .zip file; hoping that works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;BR /&gt;Swannie&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2017 15:41:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/need-larger-arrowheads-in-my-swim-lane-plot/m-p/387824#M13294</guid>
      <dc:creator>swannie</dc:creator>
      <dc:date>2017-08-14T15:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: need larger arrowheads in my swim lane plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/need-larger-arrowheads-in-my-swim-lane-plot/m-p/387910#M13299</link>
      <description>&lt;P&gt;You really do not need any annotation at all. &amp;nbsp;See attached code and graph.&lt;/P&gt;
&lt;P&gt;Just like you used scatter plot to render the circle, you can do the same for the arrowhead.&lt;/P&gt;
&lt;P&gt;The legend is automatically built for you. &amp;nbsp;You can easily reorder the entries if needed.&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="Swim_Lane_2.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/14474i9AA704C3E08FA732/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Swim_Lane_2.png" alt="Swim_Lane_2.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;proc format;
  value recist
    1='RECIST v1.1 Response'
    2='Stable by RECIST v1.1'
    3='RECIST v1.1 Progression';
run;

data tos;
  set data.swim_lane;
  if ongoing='y' then loc=tos+2;
run;

ods graphics / reset imagename='Swim_Lane_2';
proc sgplot data=tos ;
   format group recist.;
   hbarparm category=subjn response=tos/group=group barwidth=1.0 dataskin=sheen;		
   scatter X=ttrc Y=subjn /markerattrs=(symbol=circlefilled size=12 color=black) filledoutlinedmarkers
           markerfillattrs=(color=white) markeroutlineattrs=(color=black) legendlabel='RECIST v1.1 Confirmed Response';
   scatter y=subjn x=loc / markerattrs=(symbol=trianglerightfilled size=24) legendlabel='Active Follow-up';
   keylegend / location=inside position=bottomright noborder across=1 valueattrs=(size=14) autoitemsize;
   yaxis type=discrete display=(noline novalues noticks nolabel) labelattrs=(size=18 weight=bold);
   xaxis type=linear labelattrs=(size=14 weight=bold) VALUEATTRS= (Weight=Bold) label="Weeks" values=(0 to 80 by 8) offsetmin=0;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2017 18:37:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/need-larger-arrowheads-in-my-swim-lane-plot/m-p/387910#M13299</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2017-08-14T18:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: need larger arrowheads in my swim lane plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/need-larger-arrowheads-in-my-swim-lane-plot/m-p/387928#M13300</link>
      <description>&lt;P&gt;Fantastic!&amp;nbsp; Very elegant solution.&amp;nbsp; Thanks very much, Swann&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2017 19:18:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/need-larger-arrowheads-in-my-swim-lane-plot/m-p/387928#M13300</guid>
      <dc:creator>swannie</dc:creator>
      <dc:date>2017-08-14T19:18:24Z</dc:date>
    </item>
  </channel>
</rss>

