<?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: box plot in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/box-plot/m-p/494332#M31852</link>
    <description>&lt;P&gt;You can change the STYLE, which is the easiest method.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want more control try using PROC SGPLOT with VBOX or HBOX.&amp;nbsp;Then you can customize a lot more, but more code of course.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/123873"&gt;@smorkoc&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;hi,&lt;/P&gt;
&lt;P&gt;how can I change the color of box plots that I get after running proc univariate procedure?&lt;/P&gt;
&lt;P&gt;here is my code;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods graphics on;&lt;BR /&gt;proc univariate plot normal data=mydata.butner_new1;&lt;BR /&gt;by spacing;&lt;BR /&gt;var t5 t10 moisture log_flux1 log_flux2 ratio;&lt;BR /&gt;run;&lt;BR /&gt;ods graphics off;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 10 Sep 2018 22:41:14 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2018-09-10T22:41:14Z</dc:date>
    <item>
      <title>box plot</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/box-plot/m-p/494329#M31851</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;how can I change the color of box plots that I get after running proc univariate procedure?&lt;/P&gt;&lt;P&gt;here is my code;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods graphics on;&lt;BR /&gt;proc univariate plot normal data=mydata.butner_new1;&lt;BR /&gt;by spacing;&lt;BR /&gt;var t5 t10 moisture log_flux1 log_flux2 ratio;&lt;BR /&gt;run;&lt;BR /&gt;ods graphics off;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Sep 2018 22:34:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/box-plot/m-p/494329#M31851</guid>
      <dc:creator>smorkoc</dc:creator>
      <dc:date>2018-09-10T22:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: box plot</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/box-plot/m-p/494332#M31852</link>
      <description>&lt;P&gt;You can change the STYLE, which is the easiest method.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want more control try using PROC SGPLOT with VBOX or HBOX.&amp;nbsp;Then you can customize a lot more, but more code of course.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/123873"&gt;@smorkoc&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;hi,&lt;/P&gt;
&lt;P&gt;how can I change the color of box plots that I get after running proc univariate procedure?&lt;/P&gt;
&lt;P&gt;here is my code;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods graphics on;&lt;BR /&gt;proc univariate plot normal data=mydata.butner_new1;&lt;BR /&gt;by spacing;&lt;BR /&gt;var t5 t10 moisture log_flux1 log_flux2 ratio;&lt;BR /&gt;run;&lt;BR /&gt;ods graphics off;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Sep 2018 22:41:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/box-plot/m-p/494332#M31852</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-09-10T22:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: box plot</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/box-plot/m-p/494337#M31853</link>
      <description>&lt;P&gt;&lt;STRONG&gt;After&lt;/STRONG&gt; they are created? If you have the SAS ODS Graphics Editor installed, start it. Then navigate to the location the graphic image was saved using the File menu selection box, select the image. (The name of the file should be in the log).&lt;/P&gt;
&lt;P&gt;Depending on the type of edit you want you can edit and insert stuff. Read the documentation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or modify the code to use the colors you want as &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;suggests and recreate the graph. That may be faster in the long run.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Sep 2018 23:10:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/box-plot/m-p/494337#M31853</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-09-10T23:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: box plot</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/box-plot/m-p/494357#M31855</link>
      <description>I didn't actually show you how to change style.&lt;BR /&gt;&lt;BR /&gt;ODS &amp;lt;destination&amp;gt; style=seaside;&lt;BR /&gt;&lt;BR /&gt;Eg. &lt;BR /&gt;&lt;BR /&gt;ODS HTML file = '/folders/myfolders/demo.html' style=meadow;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Sep 2018 02:01:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/box-plot/m-p/494357#M31855</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-09-11T02:01:08Z</dc:date>
    </item>
  </channel>
</rss>

