<?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: change the thickness and color of outline in vbarparm Sgplot in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/change-the-thickness-and-color-of-outline-in-vbarparm-Sgplot/m-p/215657#M8042</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much for your quick solid answer. Really appreciate your generous help.&lt;/P&gt;&lt;P&gt;Juen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 May 2015 16:53:42 GMT</pubDate>
    <dc:creator>Juen</dc:creator>
    <dc:date>2015-05-15T16:53:42Z</dc:date>
    <item>
      <title>change the thickness and color of outline in vbarparm Sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/change-the-thickness-and-color-of-outline-in-vbarparm-Sgplot/m-p/215655#M8040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is&amp;nbsp; no such an option in vbarparm&amp;nbsp; as outlineattrs=(color=blue thickness=3) in SAS 9.3 M1.&lt;/P&gt;&lt;P&gt;How can I do it via GTL? What's the option in GTL?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Juen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2015 15:52:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/change-the-thickness-and-color-of-outline-in-vbarparm-Sgplot/m-p/215655#M8040</guid>
      <dc:creator>Juen</dc:creator>
      <dc:date>2015-05-15T15:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: change the thickness and color of outline in vbarparm Sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/change-the-thickness-and-color-of-outline-in-vbarparm-Sgplot/m-p/215656#M8041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This option is available in SAS 9.4. SGPLOT:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sgplot data=sashelp.class(where=(sex='F'));&lt;/P&gt;&lt;P&gt;&amp;nbsp; vbarparm category=name response=weight / outlineattrs=(color=blue thickness=3);&lt;/P&gt;&lt;P&gt;run; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use SAS 9.3 GTL to customize the bar outline.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc template;&lt;/P&gt;&lt;P&gt;&amp;nbsp; define statgraph class;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; begingraph;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; entrytitle 'Weight by Height for Female Students';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; layout overlay;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; barchart x=name y=weight / outlineattrs=(color=blue thickness=3);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; endlayout;&lt;/P&gt;&lt;P&gt;&amp;nbsp; endgraph;&lt;/P&gt;&lt;P&gt;&amp;nbsp; end;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods graphics / reset width=5in height=3in imagename='class';&lt;/P&gt;&lt;P&gt;proc sgrender data=sashelp.class(where=(sex='F')) template=class;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2015 16:09:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/change-the-thickness-and-color-of-outline-in-vbarparm-Sgplot/m-p/215656#M8041</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2015-05-15T16:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: change the thickness and color of outline in vbarparm Sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/change-the-thickness-and-color-of-outline-in-vbarparm-Sgplot/m-p/215657#M8042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much for your quick solid answer. Really appreciate your generous help.&lt;/P&gt;&lt;P&gt;Juen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2015 16:53:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/change-the-thickness-and-color-of-outline-in-vbarparm-Sgplot/m-p/215657#M8042</guid>
      <dc:creator>Juen</dc:creator>
      <dc:date>2015-05-15T16:53:42Z</dc:date>
    </item>
  </channel>
</rss>

