<?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 axis labels in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Box-plot-axis-labels/m-p/487022#M16772</link>
    <description>&lt;P&gt;You might want to try using PROC SGPLOT instead. That proc will give you the ability to change the items you requested. For example:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title h=1 "Box Plot for Outliers at Time=2";
proc sgplot data=hr2;
yaxis label="My Y axis label";
xaxis label="My X axis label";
vbox y / category=ID datalabel;
run;
quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
    <pubDate>Wed, 15 Aug 2018 15:11:44 GMT</pubDate>
    <dc:creator>DanH_sas</dc:creator>
    <dc:date>2018-08-15T15:11:44Z</dc:date>
    <item>
      <title>Box plot axis labels</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Box-plot-axis-labels/m-p/487001#M16771</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;*specify the path to where the files should be saved;
ods listing  gpath='/folders/myfolders/BIPHENPEDSDATAPREP/';
*specify the output type;
ods graphics / imagename='BOXPLOTTIME2' imagefmt=png;


title h=1 "Box Plot for Outliers at Time=2";
proc boxplot data=hr2;
plot Y*ID/boxstyle=schematicID;
id ID;
run;quit;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BOXPLOTTIME24.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/22460i2ABA9823EECC4E8C/image-size/large?v=v2&amp;amp;px=999" role="button" title="BOXPLOTTIME24.png" alt="BOXPLOTTIME24.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to change the x and y axis values and also change the graph label.&amp;nbsp; Can some one tell me how to do these tasks?&lt;/P&gt;&lt;P&gt;I have searched but could not find a good answer.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Aug 2018 14:26:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Box-plot-axis-labels/m-p/487001#M16771</guid>
      <dc:creator>jacksonan123</dc:creator>
      <dc:date>2018-08-15T14:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: Box plot axis labels</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Box-plot-axis-labels/m-p/487022#M16772</link>
      <description>&lt;P&gt;You might want to try using PROC SGPLOT instead. That proc will give you the ability to change the items you requested. For example:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title h=1 "Box Plot for Outliers at Time=2";
proc sgplot data=hr2;
yaxis label="My Y axis label";
xaxis label="My X axis label";
vbox y / category=ID datalabel;
run;
quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Wed, 15 Aug 2018 15:11:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Box-plot-axis-labels/m-p/487022#M16772</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2018-08-15T15:11:44Z</dc:date>
    </item>
  </channel>
</rss>

