<?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 is not showing all boxplots in a single chart on a single page. How can I change this? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Boxplot-is-not-showing-all-boxplots-in-a-single-chart-on-a/m-p/737701#M80452</link>
    <description>&lt;P&gt;Hi SAS Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using the following code to create a chart of boxplots. In my dataset, I have a continuous variable called Step1_1. I also have a categorical variable called Program. There are 30 Programs, and each Program is to have a boxplot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to create a single chart that shows the 30 boxplots all displayed on a single page. I'm using ODS to output the chart in a RTF document. The orientation is landscape.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem I have is that Proc Boxplot is splitting the chart to display 15 boxplots on the first page and the remaining 15 on the second page.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc boxplot data=boxplot_3;&lt;BR /&gt;plot Step1_1*Program ;&lt;BR /&gt;inset min mean max /&lt;BR /&gt;header = 'Overall Statistics'&lt;BR /&gt;pos = tm;&lt;BR /&gt;insetgroup min max /&lt;BR /&gt;header = 'Min &amp;amp; Max Values for Each Program';&lt;BR /&gt;label Step1_1 = 'Step 1 Scores';&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help !!&lt;/P&gt;</description>
    <pubDate>Wed, 28 Apr 2021 18:45:17 GMT</pubDate>
    <dc:creator>Rover17</dc:creator>
    <dc:date>2021-04-28T18:45:17Z</dc:date>
    <item>
      <title>Proc Boxplot is not showing all boxplots in a single chart on a single page. How can I change this?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Boxplot-is-not-showing-all-boxplots-in-a-single-chart-on-a/m-p/737701#M80452</link>
      <description>&lt;P&gt;Hi SAS Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using the following code to create a chart of boxplots. In my dataset, I have a continuous variable called Step1_1. I also have a categorical variable called Program. There are 30 Programs, and each Program is to have a boxplot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to create a single chart that shows the 30 boxplots all displayed on a single page. I'm using ODS to output the chart in a RTF document. The orientation is landscape.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem I have is that Proc Boxplot is splitting the chart to display 15 boxplots on the first page and the remaining 15 on the second page.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc boxplot data=boxplot_3;&lt;BR /&gt;plot Step1_1*Program ;&lt;BR /&gt;inset min mean max /&lt;BR /&gt;header = 'Overall Statistics'&lt;BR /&gt;pos = tm;&lt;BR /&gt;insetgroup min max /&lt;BR /&gt;header = 'Min &amp;amp; Max Values for Each Program';&lt;BR /&gt;label Step1_1 = 'Step 1 Scores';&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help !!&lt;/P&gt;</description>
      <pubDate>Wed, 28 Apr 2021 18:45:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Boxplot-is-not-showing-all-boxplots-in-a-single-chart-on-a/m-p/737701#M80452</guid>
      <dc:creator>Rover17</dc:creator>
      <dc:date>2021-04-28T18:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Boxplot is not showing all boxplots in a single chart on a single page. How can I change th</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Boxplot-is-not-showing-all-boxplots-in-a-single-chart-on-a/m-p/737706#M80453</link>
      <description>Have you tried SGPLOT instead?&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Apr 2021 19:29:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Boxplot-is-not-showing-all-boxplots-in-a-single-chart-on-a/m-p/737706#M80453</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-04-28T19:29:46Z</dc:date>
    </item>
  </channel>
</rss>

