<?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: Boxplot with pattern in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Boxplot-with-pattern/m-p/672482#M20302</link>
    <description>&lt;P&gt;1. Always post the portion of the log that contains the error.&lt;/P&gt;
&lt;P&gt;2. Your code is correct and works at SAS 9.4M5.&lt;/P&gt;
&lt;P&gt;3. &lt;A href="https://go.documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.2&amp;amp;docsetId=grstatgraph&amp;amp;docsetTarget=p0vuh82v39fsasn1vqhzmhdl8y16.htm&amp;amp;locale=en" target="_self"&gt;As stated in the documentation,&lt;/A&gt;&amp;nbsp;PATTERNATTRS= and DISPLAY=(FILLPATTERN) are 9.4M5 features. If you are running an earlier version of SAS, these options are not available.&lt;/P&gt;</description>
    <pubDate>Mon, 27 Jul 2020 09:55:03 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2020-07-27T09:55:03Z</dc:date>
    <item>
      <title>Boxplot with pattern</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Boxplot-with-pattern/m-p/668768#M20229</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;I want to use FILLPATTERN in my boxplot, but I do not find the right syntax, I do not know how to use fillpattern or &lt;SPAN class="xisDoc-codeFocus"&gt;fillpatternattrs&lt;/SPAN&gt; in proc template.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#000080"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT face="Courier New" size="3" color="#000080"&gt;template&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;define&lt;/FONT&gt; &lt;FONT face="Courier New" size="3" color="#0000ff"&gt;statgraph&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; ohne_bahnen_abschlackbandV1;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;dynamic&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; _varY _varX _bygr;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;begingraph&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;layout&lt;/FONT&gt; &lt;FONT face="Courier New" size="3" color="#0000ff"&gt;lattice&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; / &lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;rowdatarange&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=data &lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;columndatarange&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=data;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;layout&lt;/FONT&gt; &lt;FONT face="Courier New" size="3" color="#0000ff"&gt;overlay&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; / &lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;xaxisopts&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=( &lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;griddisplay&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=off discreteopts=( tickvaluefitpolicy=splitrotate)) &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;boxplot&lt;/FONT&gt; &lt;FONT face="Courier New" size="3" color="#0000ff"&gt;x&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=_varX &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;y&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=_varY &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;/ group=_bygr&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;name&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#800080"&gt;'box'&lt;/FONT&gt; &lt;FONT face="Courier New" size="3" color="#0000ff"&gt;boxwidth&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT face="Courier New" size="3" color="#008080"&gt;0.85&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT face="Courier New" size="3" color="#0000ff"&gt;display&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=(CAPS &lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;FILL&lt;/FONT&gt; &lt;FONT face="Courier New" size="3" color="#0000ff"&gt;MEDIAN&lt;/FONT&gt; &lt;FONT face="Courier New" size="3" color="#0000ff"&gt;outliers&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;) &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;groupdisplay=Cluster clusterwidth=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT face="Courier New" size="3" color="#008080"&gt;0.85&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt; grouporder=ascending &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;endlayout&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;sidebar&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; / &lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;align&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=bottom spacefill=false;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;discretelegend&lt;/FONT&gt; &lt;FONT face="Courier New" size="3" color="#800080"&gt;'box'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; / &lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;opaque&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=true &lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;border&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=true &lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;halign&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=center &lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;valign&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=center &lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;displayclipped&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=true &lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;order&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=rowmajor;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;endsidebar&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;endlayout&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;endgraph&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;end&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#000080"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#000080"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT face="Courier New" size="3" color="#000080"&gt;sgrender&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT face="Courier New" size="3" color="#0000ff"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=sashelp.class &lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;template&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=ohne_bahnen_abschlackbandV1;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;dynamic&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; _varY=&lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#800080"&gt;"weight"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; _bygr=&lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#800080"&gt;"sex"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; _varX=&lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#800080"&gt;"age"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#000080"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;Thanks for your help!&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2020 09:46:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Boxplot-with-pattern/m-p/668768#M20229</guid>
      <dc:creator>Muandre</dc:creator>
      <dc:date>2020-07-13T09:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: Boxplot with pattern</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Boxplot-with-pattern/m-p/669907#M20230</link>
      <description>&lt;P&gt;You need to specify FILLPATTERN in the DISPLAY=(...) list. If you want a pattern that is different from the default, use the FILLPATTERNATTRS= option. For example, try this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;boxplot x=_varX y=_varY&lt;/P&gt;
&lt;P&gt;/ group=_bygr &lt;STRONG&gt;fillpatternattrs=(pattern=L1)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;name='box' boxwidth=0.85 display=(CAPS FILL &lt;STRONG&gt;FILLPATTERN&lt;/STRONG&gt; MEDIAN outliers)&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;groupdisplay=Cluster clusterwidth=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT face="Courier New" size="3" color="#008080"&gt;0.85&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;grouporder=ascending&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2020 15:35:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Boxplot-with-pattern/m-p/669907#M20230</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2020-07-16T15:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: Boxplot with pattern</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Boxplot-with-pattern/m-p/672466#M20301</link>
      <description>&lt;P&gt;Thanks for your answer, but my code doesen't work, there is a syntax error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc template;&lt;BR /&gt;&amp;nbsp;define statgraph TEST1;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;dynamic _varY _varX _bygr;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;begingraph&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;layout lattice / rowdatarange=data columndatarange=data;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;layout overlay / xaxisopts=( griddisplay=off discreteopts=( tickvaluefitpolicy=splitrotate))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;boxplot x=_varX y=_varY&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;/ group=_bygr fillpatternattrs=(pattern=L1)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;name='box' boxwidth=0.85 display=(CAPS FILL FILLPATTERN MEDIAN outliers)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;groupdisplay=Cluster clusterwidth=0.85 grouporder=ascending&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;endlayout;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;sidebar / align=bottom spacefill=false;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;discretelegend 'box' / opaque=true border=true halign=center valign=center displayclipped=true order=rowmajor;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;endsidebar;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;endlayout;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;endgraph;&lt;BR /&gt;&amp;nbsp;end;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;proc sgrender data=sashelp.class template=TEST1;&lt;BR /&gt;&amp;nbsp;dynamic _varY="weight" _bygr="sex" _varX="age";&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 07:44:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Boxplot-with-pattern/m-p/672466#M20301</guid>
      <dc:creator>Muandre</dc:creator>
      <dc:date>2020-07-27T07:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Boxplot with pattern</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Boxplot-with-pattern/m-p/672482#M20302</link>
      <description>&lt;P&gt;1. Always post the portion of the log that contains the error.&lt;/P&gt;
&lt;P&gt;2. Your code is correct and works at SAS 9.4M5.&lt;/P&gt;
&lt;P&gt;3. &lt;A href="https://go.documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.2&amp;amp;docsetId=grstatgraph&amp;amp;docsetTarget=p0vuh82v39fsasn1vqhzmhdl8y16.htm&amp;amp;locale=en" target="_self"&gt;As stated in the documentation,&lt;/A&gt;&amp;nbsp;PATTERNATTRS= and DISPLAY=(FILLPATTERN) are 9.4M5 features. If you are running an earlier version of SAS, these options are not available.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 09:55:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Boxplot-with-pattern/m-p/672482#M20302</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2020-07-27T09:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Boxplot with pattern</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Boxplot-with-pattern/m-p/673042#M20321</link>
      <description>&lt;P&gt;"&amp;nbsp;If you are running an earlier version of SAS, these options are not available." - My Version of SAS is 9.4_M4, thanks for your help!&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2020 05:44:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Boxplot-with-pattern/m-p/673042#M20321</guid>
      <dc:creator>Muandre</dc:creator>
      <dc:date>2020-07-29T05:44:58Z</dc:date>
    </item>
  </channel>
</rss>

