<?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/561406#M18198</link>
    <description>&lt;P&gt;I able to change label font size with other option but I am not able to change font size of BOR value like PR SD CR and Patients value.&lt;/P&gt;</description>
    <pubDate>Fri, 24 May 2019 14:22:15 GMT</pubDate>
    <dc:creator>SanjayAhir</dc:creator>
    <dc:date>2019-05-24T14:22:15Z</dc:date>
    <item>
      <title>Doubt on SAS graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Doubt-on-SAS-graph/m-p/561366#M18196</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" image-alt="Swimmer plot.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/29754i5F84F6D46591968E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Swimmer plot.png" alt="Swimmer plot.png" /&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>Fri, 24 May 2019 12:39:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Doubt-on-SAS-graph/m-p/561366#M18196</guid>
      <dc:creator>SanjayAhir</dc:creator>
      <dc:date>2019-05-24T12:39:00Z</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/561389#M18197</link>
      <description>You might want to check in the documentation for the BARCHART statement. I believe there is a BARLABELATTRS option that allows you to adjust the bar labels.&lt;BR /&gt;&lt;BR /&gt;Cynthia</description>
      <pubDate>Fri, 24 May 2019 13:46:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Doubt-on-SAS-graph/m-p/561389#M18197</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2019-05-24T13:46:12Z</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/561406#M18198</link>
      <description>&lt;P&gt;I able to change label font size with other option but I am not able to change font size of BOR value like PR SD CR and Patients value.&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2019 14:22:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Doubt-on-SAS-graph/m-p/561406#M18198</guid>
      <dc:creator>SanjayAhir</dc:creator>
      <dc:date>2019-05-24T14:22:15Z</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/561412#M18199</link>
      <description>There is a forum devoted to Graphics questions, here &lt;A href="https://communities.sas.com/t5/Graphics-Programming/bd-p/sas_graph" target="_blank"&gt;https://communities.sas.com/t5/Graphics-Programming/bd-p/sas_graph&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;You might have more feedback if you posted in that location.&lt;BR /&gt;&lt;BR /&gt;Cynthia</description>
      <pubDate>Fri, 24 May 2019 14:40:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Doubt-on-SAS-graph/m-p/561412#M18199</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2019-05-24T14:40:08Z</dc:date>
    </item>
  </channel>
</rss>

