<?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 Proc Boxplot remove &amp;quot;Distribution&amp;quot; header in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Boxplot-remove-quot-Distribution-quot-header/m-p/19706#M4037</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I am using Proc Boxplot and and ods to create an rtf file.&amp;nbsp; Within the framed boxplot there is a header "Distribution of X by Y" that I would like to remove, but I cannot find the correct option/setting.&amp;nbsp; (The title I have created displays fine, above the framed box).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Sep 2011 13:12:00 GMT</pubDate>
    <dc:creator>metro</dc:creator>
    <dc:date>2011-09-29T13:12:00Z</dc:date>
    <item>
      <title>Proc Boxplot remove "Distribution" header</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Boxplot-remove-quot-Distribution-quot-header/m-p/19706#M4037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I am using Proc Boxplot and and ods to create an rtf file.&amp;nbsp; Within the framed boxplot there is a header "Distribution of X by Y" that I would like to remove, but I cannot find the correct option/setting.&amp;nbsp; (The title I have created displays fine, above the framed box).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2011 13:12:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Boxplot-remove-quot-Distribution-quot-header/m-p/19706#M4037</guid>
      <dc:creator>metro</dc:creator>
      <dc:date>2011-09-29T13:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Boxplot remove "Distribution" header</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Boxplot-remove-quot-Distribution-quot-header/m-p/19707#M4038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; This is one of those questions where seeing your actual code would be useful. Are you using ODS GRAPHICS to create your output (in which case, you might see "Distribution of&amp;nbsp; X by Y" inside the graph area), or are you using PROC BOXPLOT without any ODS GRAPHICS statements?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; My guess is that you have ODS GRAPHICS turned on. One alternative would be to turn &lt;BR /&gt;ODS GRAPHICS OFF;&amp;nbsp; &lt;BR /&gt;before your ODS RTFand PROC BOXPLOT program statement. When you use PROC BOXPLOT to create device based graphics, I do not believe that "Distribution of&amp;nbsp; X by Y" is put into the output graph.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; If you used the TURBINE data from this sample note:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/25/651.html"&gt;http://support.sas.com/kb/25/651.html&lt;/A&gt; then another alternative would be for you to use PROC SGPLOT to replicate the graph that you get from PROC BOXPLOT:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;options nodate nonumber center;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods rtf file='c:\temp\sgplot_box.rtf';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; title 'The Title';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; proc sgplot data=Turbine;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vbox kwatts / category=day extreme;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; yaxis values=(2750 to 4250 by 250);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods rtf close;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2011 20:41:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Boxplot-remove-quot-Distribution-quot-header/m-p/19707#M4038</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2011-09-29T20:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Boxplot remove "Distribution" header</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Boxplot-remove-quot-Distribution-quot-header/m-p/19708#M4039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you are correct, I am using the ODS GRAPHICS which makes great boxplots and I don't have to edit the labels and they look great. When I output to rtf without ODS GRAPHICS&amp;nbsp; the graph is too small and the labels wrap and it is pretty ugly (although as you noted it does not have the "Distribution of X by Y"). I guess there is not an easy way around this using Proc Boxplot....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2011 21:11:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Boxplot-remove-quot-Distribution-quot-header/m-p/19708#M4039</guid>
      <dc:creator>metro</dc:creator>
      <dc:date>2011-09-29T21:11:26Z</dc:date>
    </item>
    <item>
      <title>Proc Boxplot remove "Distribution" header</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Boxplot-remove-quot-Distribution-quot-header/m-p/19709#M4040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; It depends on what you consider "easy". There is a way to use ODS GRAPHICS and get rid of that Distribution info -- but it would involve changing the graph template that was used for PROC BOXPLOT and removing the ENTRYTITLE statement that contains that text string. If you are not into modifying the graph template, then the easiest thing to do is to live with the Distribution information; the next easiest thing to do is to use PROC SGPLOT and the VBOX statement to create an RTF file with ONLY your TITLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2011 22:02:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Boxplot-remove-quot-Distribution-quot-header/m-p/19709#M4040</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2011-09-29T22:02:50Z</dc:date>
    </item>
    <item>
      <title>Proc Boxplot remove "Distribution" header</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Boxplot-remove-quot-Distribution-quot-header/m-p/19710#M4041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks so much for your help.&amp;nbsp; This is the first time I have used the discussion group.&amp;nbsp; Could you tell me--is there a document somewhere that gives information about how to use the discussion group, e.g. I was unable to copy my code into the reply-I had to attach a file.&amp;nbsp; Also, do I now click the correct answer tab to show that this question has been solved?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Karen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2011 12:51:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Boxplot-remove-quot-Distribution-quot-header/m-p/19710#M4041</guid>
      <dc:creator>metro</dc:creator>
      <dc:date>2011-10-03T12:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Boxplot remove "Distribution" header</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Boxplot-remove-quot-Distribution-quot-header/m-p/882854#M82811</link>
      <description>&lt;P&gt;I had this problem and noticed that if I use ODS graphics mode, then I can remove the title that says "Distribution of..." with an&lt;STRONG&gt; &lt;FONT face="courier new,courier"&gt;odstitle = none&lt;/FONT&gt; &lt;/STRONG&gt;option to the &lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;plot&lt;/FONT&gt;&lt;/STRONG&gt; statement.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 19:36:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Boxplot-remove-quot-Distribution-quot-header/m-p/882854#M82811</guid>
      <dc:creator>bvancil</dc:creator>
      <dc:date>2023-06-28T19:36:50Z</dc:date>
    </item>
  </channel>
</rss>

