<?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: Please help me to fix this problem! in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Please-help-me-to-fix-this-problem/m-p/166161#M6223</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Each box in the graph uses a different line pattern for the box and the whisker by group.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="BoxPlotEmpty.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/7155_BoxPlotEmpty.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you can also use gray scale fill.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods listing style=journal;&lt;/P&gt;&lt;P&gt;proc sgplot data=sashelp.cars(where=(type ne 'Hybrid'));&lt;/P&gt;&lt;P&gt;&amp;nbsp; vbox mpg_city / category=Origin group=type lineattrs=(pattern=solid)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; whiskerattrs=(pattern=solid);&lt;/P&gt;&lt;P&gt;&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="BoxPlotFill.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/7156_BoxPlotFill.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Aug 2014 13:22:42 GMT</pubDate>
    <dc:creator>Jay54</dc:creator>
    <dc:date>2014-08-19T13:22:42Z</dc:date>
    <item>
      <title>Please help me to fix this problem!</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Please-help-me-to-fix-this-problem/m-p/166156#M6218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am quite new in SAS and I have been struggling to change the display of my boxplots from colored to filled patterns in the following codes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;I am using SAS 9.3. Please help me as I have tried everything possible to include the pattern fill attributes in the above code but I keep getting warnings and yet nothing changed!I prefer to differentiate the four group boxplots using fill patterns instead of colors. Please what adjustment do I need to make in the above code to actualize this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;Thanks in advance for helping me out.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;Regards, &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;Jaco &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 20:12:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Please-help-me-to-fix-this-problem/m-p/166156#M6218</guid>
      <dc:creator>Jaco</dc:creator>
      <dc:date>2014-08-18T20:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me to fix this problem!</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Please-help-me-to-fix-this-problem/m-p/166157#M6219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fill patterns are not supported for BoxPlot.&lt;/P&gt;&lt;P&gt;You can get empty boxes with different line patterns for the box.&lt;/P&gt;&lt;P&gt;If your data has groups (instead of 4 separate columns), you can use GROUP= .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 20:48:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Please-help-me-to-fix-this-problem/m-p/166157#M6219</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2014-08-18T20:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me to fix this problem!</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Please-help-me-to-fix-this-problem/m-p/166158#M6220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Sanjay@SAS for your swift reply. However, I am a bit confused on how I can use the GROUP= as I am still a newbie in SAS. Could you please elaborate further on how to actualize the empty boxplots with different line patterns, if you don't mind? I have attached the data I used to create the boxplots and the above codes worked pretty on them. The only thing I need is to change the default colors to fill patterns or empty boxes with line patterns. Please kindly help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 21:54:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Please-help-me-to-fix-this-problem/m-p/166158#M6220</guid>
      <dc:creator>Jaco</dc:creator>
      <dc:date>2014-08-18T21:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me to fix this problem!</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Please-help-me-to-fix-this-problem/m-p/166159#M6221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ods listing style=journal;&lt;/P&gt;&lt;P&gt;proc sgplot data=sashelp.cars(where=(type ne 'Hybrid'));&lt;/P&gt;&lt;P&gt;&amp;nbsp; vbox mpg_city / category=Origin group=type nofill;&lt;/P&gt;&lt;P&gt;&amp;nbsp; run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 22:53:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Please-help-me-to-fix-this-problem/m-p/166159#M6221</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2014-08-18T22:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me to fix this problem!</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Please-help-me-to-fix-this-problem/m-p/166160#M6222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks, Sanjay. I have just tried to incorporate vbox mpg_city / category=Origin group=type nofill into the code, but it seems I would only have empty boxes. Please how would I differentiate them with line patterns as you mentioned above? The graphs will be printed in black and white and therefore, colors are not allowed! Please help me. I am only a newbie and my level of understanding is quite low.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 04:59:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Please-help-me-to-fix-this-problem/m-p/166160#M6222</guid>
      <dc:creator>Jaco</dc:creator>
      <dc:date>2014-08-19T04:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me to fix this problem!</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Please-help-me-to-fix-this-problem/m-p/166161#M6223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Each box in the graph uses a different line pattern for the box and the whisker by group.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="BoxPlotEmpty.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/7155_BoxPlotEmpty.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you can also use gray scale fill.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods listing style=journal;&lt;/P&gt;&lt;P&gt;proc sgplot data=sashelp.cars(where=(type ne 'Hybrid'));&lt;/P&gt;&lt;P&gt;&amp;nbsp; vbox mpg_city / category=Origin group=type lineattrs=(pattern=solid)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; whiskerattrs=(pattern=solid);&lt;/P&gt;&lt;P&gt;&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="BoxPlotFill.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/7156_BoxPlotFill.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 13:22:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Please-help-me-to-fix-this-problem/m-p/166161#M6223</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2014-08-19T13:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me to fix this problem!</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Please-help-me-to-fix-this-problem/m-p/166162#M6224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Sanjay for taking your time to help me. I sincerely appreciate it!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 20:00:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Please-help-me-to-fix-this-problem/m-p/166162#M6224</guid>
      <dc:creator>Jaco</dc:creator>
      <dc:date>2014-08-19T20:00:54Z</dc:date>
    </item>
  </channel>
</rss>

