<?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: Doubt on SAS graph in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Doubt-on-SAS-graph/m-p/564840#M18281</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If not solution not found, please use below.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use Markercharattrs=(size=8) in the scatterplot statement&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Durga&lt;/P&gt;</description>
    <pubDate>Mon, 10 Jun 2019 09:31:42 GMT</pubDate>
    <dc:creator>DR_Majeti</dc:creator>
    <dc:date>2019-06-10T09:31:42Z</dc:date>
    <item>
      <title>Doubt on SAS graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Doubt-on-SAS-graph/m-p/561673#M18201</link>
      <description>&lt;P&gt;How to reduce font size of value under column Patients and BOR. please find attached screen shot.&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"&gt;&lt;SPAN class="lia-message-image-wrapper lia-message-image-actions-narrow lia-message-image-actions-below"&gt;&lt;IMG class="lia-media-image" src="https://communities.sas.com/t5/image/serverpage/image-id/29754i5F84F6D46591968E/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="Swimmer plot.png" title="Swimmer plot.png" /&gt;&lt;I class="lia-fa lia-fa-search-plus lia-media-lightbox-trigger" aria-label="Enlarge image"&gt;&lt;/I&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;proc template;&lt;BR /&gt;define statgraph swim_plot;&lt;BR /&gt;dynamic _title1 _title2 _footnotel _footnoter _disp;&lt;BR /&gt;begingraph/ designwidth=500px designheight=450px;&lt;BR /&gt;&lt;BR /&gt;layout lattice/columns=3 columngutter=2 columnweights=(.12 .10 .70);&lt;/P&gt;
&lt;P&gt;column2headers;&lt;BR /&gt;entry halign=center " Patient"/textattrs=(size=6pt weight=bold);&lt;BR /&gt;entry halign=center " BOR"/textattrs=(size=6pt weight=bold);&lt;BR /&gt;endcolumn2headers;&lt;/P&gt;
&lt;P&gt;/*Patient*/&lt;BR /&gt;layout overlay/walldisplay=none border=false&lt;BR /&gt;yaxisopts=(display=none reverse=true type=discrete)&lt;BR /&gt;xaxisopts=(display=none offsetmin=0.3 offsetmax=0);&lt;BR /&gt;scatterplot y=SUBJID x=constant/markercharacter=subjid markerattrs=(size=0);&lt;BR /&gt;endlayout;&lt;/P&gt;
&lt;P&gt;/*BOR*/&lt;BR /&gt;layout overlay/walldisplay=none border=false&lt;BR /&gt;yaxisopts=(display=none reverse=true type=discrete)&lt;BR /&gt;xaxisopts=(display=none offsetmin=0.3 offsetmax=0);&lt;BR /&gt;scatterplot y=subjid x=constant/markercharacter=bor markerattrs=(size=0);&lt;BR /&gt;endlayout;&lt;/P&gt;
&lt;P&gt;/*Swimmer Plot*/&lt;BR /&gt;layout overlay/&lt;BR /&gt;yaxisopts=(reverse=true display=none tickvalueattrs=(weight=bold))&lt;BR /&gt;xaxisopts=(griddisplay=off labelattrs=(size=5pt weight=bold) label="Treatment Duration (Days)"&lt;BR /&gt;tickvalueattrs=(size=5pt)&lt;BR /&gt;linearopts=(viewmin=0 viewmax=200 tickvaluesequence = (start=0 end=200 increment=20)));&lt;BR /&gt;barchart x=subjid y=ady/name="ARM" barwidth=0.6 orient=horizontal group=trtp grouporder=ascending&lt;BR /&gt;outlineattrs=(color=black);&lt;BR /&gt;scatterplot x=rsdy y=subjid / group=avalc name="s" markerattrs=( size=5) includemissinggroup=false;&lt;BR /&gt;discretelegend "ARM" / valueattrs=(size=5);&lt;BR /&gt;discretelegend "s" / location=inside valign=bottom halign=right across=1 valueattrs=(size=4);&lt;BR /&gt;endlayout;&lt;BR /&gt;endlayout;&lt;BR /&gt;endgraph;&lt;BR /&gt;end;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2019 04:39:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Doubt-on-SAS-graph/m-p/561673#M18201</guid>
      <dc:creator>SanjayAhir</dc:creator>
      <dc:date>2019-05-27T04:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt on SAS graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Doubt-on-SAS-graph/m-p/564840#M18281</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If not solution not found, please use below.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use Markercharattrs=(size=8) in the scatterplot statement&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Durga&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2019 09:31:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Doubt-on-SAS-graph/m-p/564840#M18281</guid>
      <dc:creator>DR_Majeti</dc:creator>
      <dc:date>2019-06-10T09:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt on SAS graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Doubt-on-SAS-graph/m-p/564898#M18283</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/51032"&gt;@DR_Majeti&lt;/a&gt;&amp;nbsp;is correct, but also consider replacing your MARKERCHAR-based SCATTERPLOTs with AXISTABLEs, if your version of SAS supports it.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2019 14:25:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Doubt-on-SAS-graph/m-p/564898#M18283</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2019-06-10T14:25:19Z</dc:date>
    </item>
  </channel>
</rss>

