<?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 How to increase the error bar size in sgplot? in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/How-to-increase-the-error-bar-size-in-sgplot/m-p/364769#M12680</link>
    <description>&lt;P&gt;I am doing some graph (line graph with error bar) with proc sgplot , my question is how can change error bar size ( make error bar looks thicker).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my code is like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sgplot data=mylib.personal_topboxggg NOAUTOLEGEND; * no auto legend show;&lt;BR /&gt;*where clinics ="&amp;amp;&amp;amp;&amp;amp;hist_state&amp;amp;i";&lt;BR /&gt;where clinics="SA";&lt;BR /&gt;*title" &amp;amp;&amp;amp;&amp;amp;hist_state&amp;amp;i Department";&lt;BR /&gt;&lt;BR /&gt;SERIES X = quarter Y = personal_topbox/&lt;BR /&gt;MARKERS markerattrs=(symbol=circlefilled size=19 color="darkblue")&lt;BR /&gt;LINEATTRS = (THICKNESS = 4 color="darkblue");&lt;BR /&gt;XAXIS TYPE = DISCRETE label="Quarter"&lt;BR /&gt;LABELATTRS=(Size=18 Weight=Bold);&lt;BR /&gt;YAXIS LABEL = 'Average % topbox' GRID VALUES = (0 TO 100 BY 20)&lt;BR /&gt;LABELATTRS=(Size=18 Weight=Bold);&lt;/P&gt;&lt;P&gt;scatter x=quarter y=personal_topbox/&lt;BR /&gt;YERRORUPPER=upper&lt;BR /&gt;YERRORLOWER=lower;&lt;BR /&gt;*MARKERATTRS=(SIZE=19);&lt;BR /&gt;run;&lt;/P&gt;</description>
    <pubDate>Tue, 06 Jun 2017 21:42:58 GMT</pubDate>
    <dc:creator>goodlife9</dc:creator>
    <dc:date>2017-06-06T21:42:58Z</dc:date>
    <item>
      <title>How to increase the error bar size in sgplot?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-increase-the-error-bar-size-in-sgplot/m-p/364769#M12680</link>
      <description>&lt;P&gt;I am doing some graph (line graph with error bar) with proc sgplot , my question is how can change error bar size ( make error bar looks thicker).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my code is like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sgplot data=mylib.personal_topboxggg NOAUTOLEGEND; * no auto legend show;&lt;BR /&gt;*where clinics ="&amp;amp;&amp;amp;&amp;amp;hist_state&amp;amp;i";&lt;BR /&gt;where clinics="SA";&lt;BR /&gt;*title" &amp;amp;&amp;amp;&amp;amp;hist_state&amp;amp;i Department";&lt;BR /&gt;&lt;BR /&gt;SERIES X = quarter Y = personal_topbox/&lt;BR /&gt;MARKERS markerattrs=(symbol=circlefilled size=19 color="darkblue")&lt;BR /&gt;LINEATTRS = (THICKNESS = 4 color="darkblue");&lt;BR /&gt;XAXIS TYPE = DISCRETE label="Quarter"&lt;BR /&gt;LABELATTRS=(Size=18 Weight=Bold);&lt;BR /&gt;YAXIS LABEL = 'Average % topbox' GRID VALUES = (0 TO 100 BY 20)&lt;BR /&gt;LABELATTRS=(Size=18 Weight=Bold);&lt;/P&gt;&lt;P&gt;scatter x=quarter y=personal_topbox/&lt;BR /&gt;YERRORUPPER=upper&lt;BR /&gt;YERRORLOWER=lower;&lt;BR /&gt;*MARKERATTRS=(SIZE=19);&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2017 21:42:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-increase-the-error-bar-size-in-sgplot/m-p/364769#M12680</guid>
      <dc:creator>goodlife9</dc:creator>
      <dc:date>2017-06-06T21:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase the error bar size in sgplot?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-increase-the-error-bar-size-in-sgplot/m-p/364772#M12682</link>
      <description>&lt;P&gt;Use the THICKNESS option inside of the ERRORBARATTRS option on the SCATTER statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2017 21:58:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-increase-the-error-bar-size-in-sgplot/m-p/364772#M12682</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2017-06-06T21:58:25Z</dc:date>
    </item>
  </channel>
</rss>

