<?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 Forest plot in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Forest-plot/m-p/646836#M193536</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Manj_0-1589220082124.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/39305iD20A5893F4CB87D6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Manj_0-1589220082124.png" alt="Manj_0-1589220082124.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The above is the graph I have created. However Im looking for the below to be added.&lt;/P&gt;&lt;P&gt;1) underline for the yaxistable labels(in place of the redline)&lt;/P&gt;&lt;P&gt;2) keeping a lin-space between each subgroup.&lt;/P&gt;&lt;P&gt;3) I have more subgroups and not all are fitting in one page, So how to flow the remaining over to next page?&lt;/P&gt;&lt;P&gt;My code below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sgplot data=all nowall noborder nocycleattrs noautolegend;&lt;BR /&gt;format text $txt.;&lt;BR /&gt;styleattrs axisextent=data ;&lt;BR /&gt;highlow y=obsid low=low high=high;&lt;BR /&gt;scatter y=obsid x=mean / markerattrs=(symbol=diamondfilled size=7);&lt;BR /&gt;scatter y=obsid x=mean / markerattrs=(size=0) x2axis;&lt;BR /&gt;refline 0 / axis=x;&lt;BR /&gt;&lt;BR /&gt;yaxis reverse display=none colorbands=odd colorbandsattrs=(transparency=1) offsetmin=0;&lt;BR /&gt;xaxis display=(nolabel) ;&lt;BR /&gt;x2axis display=(noline noticks novalues nolabel) labelattrs=(size=8);&lt;/P&gt;&lt;P&gt;yaxistable subgrp / location=inside position=left labelattrs=(size=7 weight=bold) valueattrs=(size=7 ) indentweight=indentWt label='Subgroup' labelhalign=left;&lt;BR /&gt;yaxistable nsub_1 / location=inside position=left labelattrs=(size=7 weight=bold) valueattrs=(size=7 ) label='n' labelhalign=left;&lt;BR /&gt;yaxistable ls / location=inside position=left pad=(right=15px) labelattrs=(size=7 weight=bold) label='LS Mean difference (95% CI)' labelhalign=left valueattrs=(size=7);&lt;BR /&gt;yaxistable pval_1 / location=inside position=left pad=(right=15px) labelattrs=(size=7 weight=bold) label='p-Value(two sided) for interaction' labelhalign=left valueattrs=(size=7);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manj&lt;/P&gt;</description>
    <pubDate>Mon, 11 May 2020 18:08:52 GMT</pubDate>
    <dc:creator>Manj</dc:creator>
    <dc:date>2020-05-11T18:08:52Z</dc:date>
    <item>
      <title>Forest plot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Forest-plot/m-p/646836#M193536</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Manj_0-1589220082124.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/39305iD20A5893F4CB87D6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Manj_0-1589220082124.png" alt="Manj_0-1589220082124.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The above is the graph I have created. However Im looking for the below to be added.&lt;/P&gt;&lt;P&gt;1) underline for the yaxistable labels(in place of the redline)&lt;/P&gt;&lt;P&gt;2) keeping a lin-space between each subgroup.&lt;/P&gt;&lt;P&gt;3) I have more subgroups and not all are fitting in one page, So how to flow the remaining over to next page?&lt;/P&gt;&lt;P&gt;My code below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sgplot data=all nowall noborder nocycleattrs noautolegend;&lt;BR /&gt;format text $txt.;&lt;BR /&gt;styleattrs axisextent=data ;&lt;BR /&gt;highlow y=obsid low=low high=high;&lt;BR /&gt;scatter y=obsid x=mean / markerattrs=(symbol=diamondfilled size=7);&lt;BR /&gt;scatter y=obsid x=mean / markerattrs=(size=0) x2axis;&lt;BR /&gt;refline 0 / axis=x;&lt;BR /&gt;&lt;BR /&gt;yaxis reverse display=none colorbands=odd colorbandsattrs=(transparency=1) offsetmin=0;&lt;BR /&gt;xaxis display=(nolabel) ;&lt;BR /&gt;x2axis display=(noline noticks novalues nolabel) labelattrs=(size=8);&lt;/P&gt;&lt;P&gt;yaxistable subgrp / location=inside position=left labelattrs=(size=7 weight=bold) valueattrs=(size=7 ) indentweight=indentWt label='Subgroup' labelhalign=left;&lt;BR /&gt;yaxistable nsub_1 / location=inside position=left labelattrs=(size=7 weight=bold) valueattrs=(size=7 ) label='n' labelhalign=left;&lt;BR /&gt;yaxistable ls / location=inside position=left pad=(right=15px) labelattrs=(size=7 weight=bold) label='LS Mean difference (95% CI)' labelhalign=left valueattrs=(size=7);&lt;BR /&gt;yaxistable pval_1 / location=inside position=left pad=(right=15px) labelattrs=(size=7 weight=bold) label='p-Value(two sided) for interaction' labelhalign=left valueattrs=(size=7);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manj&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 18:08:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Forest-plot/m-p/646836#M193536</guid>
      <dc:creator>Manj</dc:creator>
      <dc:date>2020-05-11T18:08:52Z</dc:date>
    </item>
  </channel>
</rss>

