<?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 Graph Template Language (GTL) Forest plot in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Graph-Template-Language-GTL-Forest-plot/m-p/794177#M254623</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using proc template to produce forest plot. but default color for horizontal line is blue.&lt;/P&gt;
&lt;P&gt;I needed black.&lt;/P&gt;
&lt;P&gt;could anyone please help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;below is the piece of code for the same.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&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="abhinayingole_0-1643883037594.png" style="width: 611px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/68173i86D060F2B1C305BD/image-dimensions/611x165?v=v2" width="611" height="165" role="button" title="abhinayingole_0-1643883037594.png" alt="abhinayingole_0-1643883037594.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;	/*--Fourth column showing odds ratio graph--*/
	layout overlay /   xaxisopts=(label=" "
	                            LABELPOSITION=CENTER labelattrs=(size=7) tickvalueattrs=(size=7) 
                         linearopts=( tickvaluepriority=true tickvaluelist=(0.0 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0)))
               yaxisopts=(reverse=true display=none) walldisplay=none;
		  referenceline y=ref1 / lineattrs=(thickness=15 color=_bandcolor);
	  highlowplot y=obsid low=lower high=upper; 
          scatterplot y=obsid x=hr /   markerattrs=(size=7 color=black symbol=squarefilled);
		  referenceline x=1;
		  
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 03 Feb 2022 10:16:12 GMT</pubDate>
    <dc:creator>abhinayingole</dc:creator>
    <dc:date>2022-02-03T10:16:12Z</dc:date>
    <item>
      <title>Graph Template Language (GTL) Forest plot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Graph-Template-Language-GTL-Forest-plot/m-p/794177#M254623</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using proc template to produce forest plot. but default color for horizontal line is blue.&lt;/P&gt;
&lt;P&gt;I needed black.&lt;/P&gt;
&lt;P&gt;could anyone please help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;below is the piece of code for the same.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&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="abhinayingole_0-1643883037594.png" style="width: 611px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/68173i86D060F2B1C305BD/image-dimensions/611x165?v=v2" width="611" height="165" role="button" title="abhinayingole_0-1643883037594.png" alt="abhinayingole_0-1643883037594.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;	/*--Fourth column showing odds ratio graph--*/
	layout overlay /   xaxisopts=(label=" "
	                            LABELPOSITION=CENTER labelattrs=(size=7) tickvalueattrs=(size=7) 
                         linearopts=( tickvaluepriority=true tickvaluelist=(0.0 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0)))
               yaxisopts=(reverse=true display=none) walldisplay=none;
		  referenceline y=ref1 / lineattrs=(thickness=15 color=_bandcolor);
	  highlowplot y=obsid low=lower high=upper; 
          scatterplot y=obsid x=hr /   markerattrs=(size=7 color=black symbol=squarefilled);
		  referenceline x=1;
		  
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 10:16:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Graph-Template-Language-GTL-Forest-plot/m-p/794177#M254623</guid>
      <dc:creator>abhinayingole</dc:creator>
      <dc:date>2022-02-03T10:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Template Language (GTL) Forest plot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Graph-Template-Language-GTL-Forest-plot/m-p/794204#M254641</link>
      <description>I am not sure.&lt;BR /&gt;&lt;BR /&gt;highlowplot y=obsid low=lower high=upper; &lt;BR /&gt;          scatterplot y=obsid x=hr / lineattrs=(color=black) ;</description>
      <pubDate>Thu, 03 Feb 2022 12:25:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Graph-Template-Language-GTL-Forest-plot/m-p/794204#M254641</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2022-02-03T12:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Template Language (GTL) Forest plot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Graph-Template-Language-GTL-Forest-plot/m-p/794208#M254644</link>
      <description>&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;but this is not working&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 12:45:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Graph-Template-Language-GTL-Forest-plot/m-p/794208#M254644</guid>
      <dc:creator>abhinayingole</dc:creator>
      <dc:date>2022-02-03T12:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Template Language (GTL) Forest plot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Graph-Template-Language-GTL-Forest-plot/m-p/794214#M254647</link>
      <description>Sorry. It should be :&lt;BR /&gt;&lt;BR /&gt;highlowplot y=obsid low=lower high=upper / lineattrs=(color=black) ;</description>
      <pubDate>Thu, 03 Feb 2022 13:07:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Graph-Template-Language-GTL-Forest-plot/m-p/794214#M254647</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2022-02-03T13:07:38Z</dc:date>
    </item>
  </channel>
</rss>

