<?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: how to modify width of errorbar in proc template scatterplot? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-modify-width-of-errorbar-in-proc-template-scatterplot/m-p/710523#M218732</link>
    <description>I'm unable to upload screenshot....... sorry for that&lt;BR /&gt;</description>
    <pubDate>Mon, 11 Jan 2021 11:17:28 GMT</pubDate>
    <dc:creator>master_jiang</dc:creator>
    <dc:date>2021-01-11T11:17:28Z</dc:date>
    <item>
      <title>how to modify width of errorbar in proc template scatterplot?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-modify-width-of-errorbar-in-proc-template-scatterplot/m-p/710521#M218730</link>
      <description>&lt;P&gt;Does anyone know how to modify width of errorbar in scatterplot with discrete X-axis and use line instead of symbols to display estimate?&lt;/P&gt;&lt;P&gt;The target figure is like&lt;/P&gt;&lt;P&gt;There are three lines while the middle one is the estimate such as 0.8 and the upper line/lower line are value of CI such as 1.0/0.6.&lt;BR /&gt;My template code is like this:&lt;BR /&gt;proc template;&lt;BR /&gt;define statgraph ratio;&lt;BR /&gt;begingraph/ subpixel=on designwidth=15.5 in designheight=7.4 in attrpriority=NONE;&lt;BR /&gt;layout overlay/&lt;BR /&gt;yaxisopts=(type=log label="ratio" logopts=( tickintervalstyle=LOGEXPAND base=10 tickvaluelist=(0.1 1 10) viewmin=0.1 viewmax=10 ) )&lt;BR /&gt;xaxisopts=(name="xaxis" type=discrete discreteopts=(tickvaluefitpolicy=split tickvaluesplitchar="+")) ;&lt;BR /&gt;scatterplot y=ratio x=groupa/subpixel=off jitter=auto JITTEROPTS=(axis=auto width=0.85)&lt;BR /&gt;markerattrs=(color=darkred size=10pt symbol=triangledown)&lt;/P&gt;&lt;P&gt;markercharacterposition=left;&lt;BR /&gt;scatterplot y=ratio x=groupb/subpixel=off jitter=auto JITTEROPTS=(axis=auto width=0.85)&lt;BR /&gt;markerattrs=(color=blue size=10pt symbol=triangle)&lt;BR /&gt;markercharacterposition=left;&lt;BR /&gt;scatterplot y=gmr x=groupa/ERRORBARATTRS=(thickness=2 color=black) yerrorupper=upp yerrorlower=low index=index&lt;BR /&gt;markerattrs=(color=black size=10 symbol=trianglefilled)&lt;BR /&gt;;&lt;BR /&gt;referenceline y=0.68 / lineattrs=(pattern=3);&lt;BR /&gt;referenceline y=1/lineattrs=(color=black pattern=dot);&lt;BR /&gt;/* drawline x1= 1 y1=1 x2=5 y2=1 /drawspace=wallpercent; */&lt;BR /&gt;endlayout;&lt;BR /&gt;endgraph;&lt;BR /&gt;end;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;What I got is like&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The length of errorbar is shorter and I cannot find a way to draw a line with specified length to replace symbol to display estimate. Does anyone know a solution?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 11:10:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-modify-width-of-errorbar-in-proc-template-scatterplot/m-p/710521#M218730</guid>
      <dc:creator>master_jiang</dc:creator>
      <dc:date>2021-01-11T11:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to modify width of errorbar in proc template scatterplot?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-modify-width-of-errorbar-in-proc-template-scatterplot/m-p/710523#M218732</link>
      <description>I'm unable to upload screenshot....... sorry for that&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Jan 2021 11:17:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-modify-width-of-errorbar-in-proc-template-scatterplot/m-p/710523#M218732</guid>
      <dc:creator>master_jiang</dc:creator>
      <dc:date>2021-01-11T11:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: how to modify width of errorbar in proc template scatterplot?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-modify-width-of-errorbar-in-proc-template-scatterplot/m-p/710545#M218747</link>
      <description>&lt;P&gt;With a scatter plot you cannot "replace" markers. Something will be there and I am not sure what you intend to replace it with. If your concern is the marker is big enough that it is obscuring the errorbar line then make the markers transparent(MARKERFILLATTRS=) and possibly the marker size smaller (SIZEMAX=) and use a non-filled marker&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 14:20:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-modify-width-of-errorbar-in-proc-template-scatterplot/m-p/710545#M218747</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-01-11T14:20:56Z</dc:date>
    </item>
  </channel>
</rss>

