<?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: Multiples box plots in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Multiples-box-plots/m-p/984126#M25834</link>
    <description>&lt;P&gt;Thank you, unfortunately this code does not work when I add the statistics :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
ods graphics / width=150px height=150px outputfmt=static;
ods pdf file="xxx\layout_gridded.pdf";
options  device=SASPRTC nodate nonumber  ;
ods layout gridded columns=4 ;

ods region;
proc sgplot data=sashelp.cars;
vbox invoice/datalabel=model displaystats=(n mean median max datamax min datamin  iqr range std q1 q3) datalabelattrs=(size=10pt Family="Arial" color=blue Style=Normal Weight=Normal) boxwidth=1;
run;

ods region;
proc sgplot data=sashelp.cars;
vbox horsepower/datalabel=model  displaystats=(n mean median max datamax min datamin  iqr range std q1 q3) datalabelattrs=(size=10pt Family="Arial" color=blue Style=Normal Weight=Normal) boxwidth=1;
run;

ods region;
proc sgplot data=sashelp.cars;
vbox mpg_city/datalabel=model   displaystats=(n mean median max datamax min datamin  iqr range std q1 q3) datalabelattrs=(size=10pt Family="Arial" color=blue Style=Normal Weight=Normal) boxwidth=1;
run;

ods region;
proc sgplot data=sashelp.cars;
vbox mpg_highway/datalabel=model   displaystats=(n mean median max datamax min datamin  iqr range std q1 q3) datalabelattrs=(size=10pt Family="Arial" color=blue Style=Normal Weight=Normal) boxwidth=1;
run;

ods layout end;
ods pdf close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;DIV id="tinyMceEditorSASdevAnneMarie_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture d’écran 2026-02-26 113335.png" style="width: 848px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/113382iD1021FB3CA210CEA/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture d’écran 2026-02-26 113335.png" alt="Capture d’écran 2026-02-26 113335.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 26 Feb 2026 10:34:07 GMT</pubDate>
    <dc:creator>SASdevAnneMarie</dc:creator>
    <dc:date>2026-02-26T10:34:07Z</dc:date>
    <item>
      <title>Multiples box plots</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Multiples-box-plots/m-p/984010#M25825</link>
      <description>&lt;DIV dir="ltr"&gt;Hello Experts,&lt;/DIV&gt;
&lt;DIV dir="ltr"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV dir="ltr"&gt;I would like to plot multiple pairs of box plots, all next to each other, for example,&amp;nbsp; 6 in one page. I’m wondering if it is possible.&lt;/DIV&gt;
&lt;DIV dir="ltr"&gt;Actually, I use PROC SGPLOT with pdf ods and I have one page for box plot.&amp;nbsp;&lt;/DIV&gt;
&lt;DIV dir="ltr"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV dir="ltr"&gt;Thank you for your help.&lt;/DIV&gt;</description>
      <pubDate>Wed, 25 Feb 2026 08:21:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Multiples-box-plots/m-p/984010#M25825</guid>
      <dc:creator>SASdevAnneMarie</dc:creator>
      <dc:date>2026-02-25T08:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: Multiples box plots</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Multiples-box-plots/m-p/984011#M25826</link>
      <description>&lt;P&gt;You could combine these 6 box into one picture :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/graphicallyspeaking/2022/09/10/complex-layouts-using-the-sg-procedures/" target="_blank"&gt;https://blogs.sas.com/content/graphicallyspeaking/2022/09/10/complex-layouts-using-the-sg-procedures/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Feb 2026 09:56:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Multiples-box-plots/m-p/984011#M25826</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2026-02-25T09:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: Multiples box plots</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Multiples-box-plots/m-p/984012#M25827</link>
      <description>or using GTL language.&lt;BR /&gt;Check PROC TEMPLATE.</description>
      <pubDate>Wed, 25 Feb 2026 09:57:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Multiples-box-plots/m-p/984012#M25827</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2026-02-25T09:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Multiples box plots</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Multiples-box-plots/m-p/984019#M25828</link>
      <description>&lt;P&gt;How about using &lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.5&amp;amp;docsetId=odsug&amp;amp;docsetTarget=p188cyzaa8ag5un14vntuxkpo9ny.htm" target="_blank" rel="noopener"&gt;ODS LAYOUT&lt;/A&gt;, see sample below.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods _all_ close;

ods graphics / width=80mm height=80mm outputfmt=static;
ods pdf file="c:\temp\layout_gridded.pdf";

ods layout gridded columns=2;

ods region;
proc sgplot data=sashelp.cars;
vbox invoice;
run;

ods region;
proc sgplot data=sashelp.cars;
vbox horsepower;
run;

ods region;
proc sgplot data=sashelp.cars;
vbox mpg_city;
run;

ods region;
proc sgplot data=sashelp.cars;
vbox mpg_highway;
run;

ods layout end;
ods pdf close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 25 Feb 2026 12:36:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Multiples-box-plots/m-p/984019#M25828</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2026-02-25T12:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: Multiples box plots</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Multiples-box-plots/m-p/984022#M25829</link>
      <description>&lt;P&gt;I use startpage=no but I still have the multiple pages :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options  device=SASPRTC nodate nonumber orientation=portrait ;

ods pdf style=Sapphire startpage=no;

	proc sgplot data=bdd;
		vbox NBMEN20/datalabel=LIBGEO  displaystats=(n mean median max datamax min datamin  iqr range std q1 q3) datalabelattrs=(size=10pt Family="Arial" color=blue Style=Normal Weight=Normal) boxwidth=1;
		yaxis label="Nombre de ménages";
	run;
    proc sgplot data=bdd_
		vbox NBPERSC2/datalabel=LIBGEO  displaystats=(n mean median max datamax min datamin  iqr range std q1 q3) datalabelattrs=(size=10pt Family="Arial" color=blue Style=Normal Weight=Normal) boxwidth=1;
		yaxis label="Nombre de personnes";
	run;
  proc sgplot data=bdd;
		vbox MED0 /datalabel=LIBGEO  displaystats=(n mean median max datamax min datamin  iqr range std q1 q3) datalabelattrs=(size=10pt Family="Arial" color=blue Style=Normal Weight=Normal) boxwidth=1;
		yaxis label="Médiane";
	run;

	footnote j=left "Source de données : xxx  " ;
footnote;
ods pdf close;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 25 Feb 2026 12:54:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Multiples-box-plots/m-p/984022#M25829</guid>
      <dc:creator>SASdevAnneMarie</dc:creator>
      <dc:date>2026-02-25T12:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: Multiples box plots</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Multiples-box-plots/m-p/984025#M25830</link>
      <description>&lt;P&gt;I would use &lt;STRONG&gt;PROC SGPANEL&lt;/STRONG&gt; with a panelby statement and a vbox statement.&lt;/P&gt;
&lt;H2&gt;&lt;FONT size="4"&gt;Sample&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;I&gt;69825:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/I&gt;Using the SGPANEL procedure to create panels of box plots with marker symbols&lt;/FONT&gt;&lt;/H2&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/kb/69/825.html" target="_blank"&gt;https://support.sas.com/kb/69/825.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ciao,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Wed, 25 Feb 2026 13:21:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Multiples-box-plots/m-p/984025#M25830</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2026-02-25T13:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: Multiples box plots</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Multiples-box-plots/m-p/984114#M25831</link>
      <description>&lt;P&gt;I used&amp;nbsp;&lt;A class="lia-link-navigation lia-page-link lia-user-name-link" href="https://communities.sas.com/t5/user/viewprofilepage/user-id/32" target="_blank" rel="noopener"&gt;&lt;SPAN class="login-bold"&gt;BrunoMueller&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp; 's code and got this :&lt;/P&gt;
&lt;PRE&gt;ods graphics / &lt;STRONG&gt;width=150px height=150px&lt;/STRONG&gt; outputfmt=static;
ods pdf file="c:\temp\layout_gridded.pdf";

ods layout gridded&lt;STRONG&gt; columns=4&lt;/STRONG&gt; ;

ods region;
proc sgplot data=sashelp.cars;
vbox invoice;
run;

ods region;
proc sgplot data=sashelp.cars;
vbox horsepower;
run;

ods region;
proc sgplot data=sashelp.cars;
vbox mpg_city;
run;

ods region;
proc sgplot data=sashelp.cars;
vbox mpg_highway;
run;

ods layout end;
ods pdf close;&lt;/PRE&gt;
&lt;DIV id="tinyMceEditorKsharp_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="屏幕截图 2025-09-09 175027.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/113380i7853FC144C7120E0/image-size/large?v=v2&amp;amp;px=999" role="button" title="屏幕截图 2025-09-09 175027.png" alt="屏幕截图 2025-09-09 175027.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Feb 2026 06:08:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Multiples-box-plots/m-p/984114#M25831</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2026-02-26T06:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Multiples box plots</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Multiples-box-plots/m-p/984116#M25832</link>
      <description>&lt;P&gt;And I used GTL and got this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
proc template;
define statgraph y2axis;
begingraph /border=off;
layout lattice /rows=1 columns=4 ; 

layout overlay;
boxplot y=weight;
endlayout;

layout overlay;
boxplot y=height;
endlayout;

layout overlay;
boxplot y=Diastolic;
endlayout;


layout overlay  ;
boxplot y=Systolic;
endlayout;


endlayout;
endgraph;
end;
run;

ods pdf file="c:\temp\layout_gridded.pdf";
proc sgrender data=sashelp.heart(obs=1000) template=y2axis;
run;
ods pdf close;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="want20260226.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/113379i168CEAA5AAC6A268/image-size/large?v=v2&amp;amp;px=999" role="button" title="want20260226.png" alt="want20260226.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Feb 2026 06:04:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Multiples-box-plots/m-p/984116#M25832</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2026-02-26T06:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: Multiples box plots</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Multiples-box-plots/m-p/984118#M25833</link>
      <description>You are not using ODS LAYOUT and you do not specify the size of the image to create, so I guess that is why you do not have them on the same page.</description>
      <pubDate>Thu, 26 Feb 2026 08:15:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Multiples-box-plots/m-p/984118#M25833</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2026-02-26T08:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Multiples box plots</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Multiples-box-plots/m-p/984126#M25834</link>
      <description>&lt;P&gt;Thank you, unfortunately this code does not work when I add the statistics :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
ods graphics / width=150px height=150px outputfmt=static;
ods pdf file="xxx\layout_gridded.pdf";
options  device=SASPRTC nodate nonumber  ;
ods layout gridded columns=4 ;

ods region;
proc sgplot data=sashelp.cars;
vbox invoice/datalabel=model displaystats=(n mean median max datamax min datamin  iqr range std q1 q3) datalabelattrs=(size=10pt Family="Arial" color=blue Style=Normal Weight=Normal) boxwidth=1;
run;

ods region;
proc sgplot data=sashelp.cars;
vbox horsepower/datalabel=model  displaystats=(n mean median max datamax min datamin  iqr range std q1 q3) datalabelattrs=(size=10pt Family="Arial" color=blue Style=Normal Weight=Normal) boxwidth=1;
run;

ods region;
proc sgplot data=sashelp.cars;
vbox mpg_city/datalabel=model   displaystats=(n mean median max datamax min datamin  iqr range std q1 q3) datalabelattrs=(size=10pt Family="Arial" color=blue Style=Normal Weight=Normal) boxwidth=1;
run;

ods region;
proc sgplot data=sashelp.cars;
vbox mpg_highway/datalabel=model   displaystats=(n mean median max datamax min datamin  iqr range std q1 q3) datalabelattrs=(size=10pt Family="Arial" color=blue Style=Normal Weight=Normal) boxwidth=1;
run;

ods layout end;
ods pdf close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;DIV id="tinyMceEditorSASdevAnneMarie_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture d’écran 2026-02-26 113335.png" style="width: 848px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/113382iD1021FB3CA210CEA/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture d’écran 2026-02-26 113335.png" alt="Capture d’écran 2026-02-26 113335.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Feb 2026 10:34:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Multiples-box-plots/m-p/984126#M25834</guid>
      <dc:creator>SASdevAnneMarie</dc:creator>
      <dc:date>2026-02-26T10:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Multiples box plots</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Multiples-box-plots/m-p/984127#M25835</link>
      <description>Thank you, Bruno!&lt;BR /&gt;Unfortunately, when I add the statistics : datalabel=model   displaystats=(n mean median max datamax min datamin  iqr range std q1 q3) datalabelattrs=(size=10pt Family="Arial" color=blue Style=Normal Weight=Normal) boxwidth=1 the box plots become small.</description>
      <pubDate>Thu, 26 Feb 2026 10:36:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Multiples-box-plots/m-p/984127#M25835</guid>
      <dc:creator>SASdevAnneMarie</dc:creator>
      <dc:date>2026-02-26T10:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Multiples box plots</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Multiples-box-plots/m-p/984131#M25836</link>
      <description>&lt;P&gt;Since you output to a PDF, you can set some options like papersize and margins. You could use a A3 papersize, so there is more space for the graph, but still print it as A4. I would set the height and width using mm, as you can measure on the paper with a ruler. ODS LAYOUT has support for&amp;nbsp;&lt;A tabindex="0" href="https://go.documentation.sas.com/doc/en/pgmsascdc/v_069/odsug/p06ji2uhvayhq5n1eik2z2rf2ga8a.htm#p1na1lpnhx1bepn15wuzly790kqda" target="_blank"&gt;COLUMN_GUTTER=&lt;EM class="xisDoc-userSuppliedValue"&gt;dimension&lt;/EM&gt;&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;A tabindex="0" href="https://go.documentation.sas.com/doc/en/pgmsascdc/v_069/odsug/p06ji2uhvayhq5n1eik2z2rf2ga8a.htm#p15zybqng8mjqmn1t4uxr5suo5qka" target="_blank"&gt;ROW_GUTTER=&lt;EM class="xisDoc-userSuppliedValue"&gt;dimension&lt;/EM&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is a sample to test things out. I used macros for some of the options to make it easier to change&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods _all_ close;
options
  papersize="A3"
  topmargin=1cm
  bottommargin=1cm
  leftmargin=1cm
  rightmargin=1cm
  orientation=landscape
  nodate nonumber;
;
ods graphics / reset=all width=90mm height=135mm outputfmt=png;
ods pdf file="%sysfunc(pathname(work))/layout_gridded.pdf";
ods layout gridded columns=4 column_gutter=0;

%macro dataLabel;
  datalabel=model 
    labelfar
%mend;

%macro displayStats;
  displaystats=(n mean median max datamax min datamin  iqr range std q1 q3)
%mend;

%macro datalabelAttrs;
  datalabelattrs=(size=6pt color=blue Style=Normal Weight=Normal) boxwidth=1
%mend;

ods region;

  proc sgplot data=sashelp.cars;
    vbox invoice /
      %dataLabel
      %displayStats
      %dataLabelAttrs
    ;
  run;

ods region;

  proc sgplot data=sashelp.cars;
    vbox horsepower/
      %dataLabel
      %displayStats
      %dataLabelAttrs
    ;
  run;

ods region;

  proc sgplot data=sashelp.cars;
    vbox mpg_city/
      %dataLabel
      %displayStats
      %dataLabelAttrs
    ;
  run;

ods region;

  proc sgplot data=sashelp.cars;
    vbox mpg_highway/
      %dataLabel
      %displayStats
      %dataLabelAttrs
    ;
  run;

ods layout end;
ods pdf close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The PDF produced is attached.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Feb 2026 13:26:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Multiples-box-plots/m-p/984131#M25836</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2026-02-26T13:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Multiples box plots</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Multiples-box-plots/m-p/984146#M25837</link>
      <description>Thank you, Bruno!&lt;BR /&gt;How to define 2 rows please if I want to have 8 box-plots?</description>
      <pubDate>Thu, 26 Feb 2026 14:48:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Multiples-box-plots/m-p/984146#M25837</guid>
      <dc:creator>SASdevAnneMarie</dc:creator>
      <dc:date>2026-02-26T14:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: Multiples box plots</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Multiples-box-plots/m-p/984148#M25838</link>
      <description>As long as two rows of images will fit on the page you just continue with&lt;BR /&gt;&lt;BR /&gt;ods region;&lt;BR /&gt;proc sgplot ...;&lt;BR /&gt;&lt;BR /&gt;for the next 4 plots.</description>
      <pubDate>Thu, 26 Feb 2026 15:02:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Multiples-box-plots/m-p/984148#M25838</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2026-02-26T15:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Multiples box plots</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Multiples-box-plots/m-p/984168#M25839</link>
      <description>When I add a footnote, I get the footnote for both the graphics and at the bottom of the page. How can I have the footnote only at the bottom of the page?</description>
      <pubDate>Thu, 26 Feb 2026 16:30:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Multiples-box-plots/m-p/984168#M25839</guid>
      <dc:creator>SASdevAnneMarie</dc:creator>
      <dc:date>2026-02-26T16:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: Multiples box plots</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Multiples-box-plots/m-p/984189#M25840</link>
      <description>&lt;P&gt;You could use NOGFOOTNOTE to get this.&lt;/P&gt;
&lt;PRE&gt;ods pdf file="c:\temp\layout_gridded.pdf" &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;nogfootnote&lt;/STRONG&gt;&lt;/FONT&gt;;
&lt;/PRE&gt;</description>
      <pubDate>Fri, 27 Feb 2026 06:43:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Multiples-box-plots/m-p/984189#M25840</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2026-02-27T06:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Multiples box plots</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Multiples-box-plots/m-p/984193#M25841</link>
      <description>Thank you, but when I add nogfootnote I do not have the footnote.</description>
      <pubDate>Fri, 27 Feb 2026 08:49:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Multiples-box-plots/m-p/984193#M25841</guid>
      <dc:creator>SASdevAnneMarie</dc:creator>
      <dc:date>2026-02-27T08:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Multiples box plots</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Multiples-box-plots/m-p/984194#M25842</link>
      <description>&lt;P&gt;Thank you, that works.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Feb 2026 11:11:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Multiples-box-plots/m-p/984194#M25842</guid>
      <dc:creator>SASdevAnneMarie</dc:creator>
      <dc:date>2026-02-27T11:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Multiples box plots</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Multiples-box-plots/m-p/984202#M25843</link>
      <description>&lt;P&gt;I don't think so.&lt;/P&gt;
&lt;PRE&gt;ods graphics / width=150px height=400px outputfmt=static;
options orientation=landscape;
ods pdf file="c:\temp\layout_gridded.pdf" nogfootnote;
footnote 'xxxxxxxxx';
ods layout gridded columns=4 ;

ods region;
proc sgplot data=sashelp.cars;
vbox invoice;
run;

ods region;
proc sgplot data=sashelp.cars;
vbox horsepower;
run;

ods region;
proc sgplot data=sashelp.cars;
vbox mpg_city;
run;

ods region;
proc sgplot data=sashelp.cars;
vbox mpg_highway;
run;

ods layout end;
ods pdf close;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="屏幕截图 2025-09-09 175028.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/113406i0CDD02ACA3938C4E/image-size/large?v=v2&amp;amp;px=999" role="button" title="屏幕截图 2025-09-09 175028.png" alt="屏幕截图 2025-09-09 175028.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Feb 2026 09:38:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Multiples-box-plots/m-p/984202#M25843</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2026-02-27T09:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Multiples box plots</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Multiples-box-plots/m-p/984204#M25844</link>
      <description>&lt;P&gt;Here you go:&lt;/P&gt;
&lt;PRE&gt;ods graphics / width=150px height=400px outputfmt=static;
options orientation=portrait;
ods pdf file="c:\temp\layout_gridded.pdf" nogfootnote;
footnote 'xxxxxxxxx';
ods layout gridded columns=4 ;

ods region;
proc sgplot data=sashelp.cars;
vbox invoice;
run;

ods region;
proc sgplot data=sashelp.cars;
vbox horsepower;
run;

ods region;
proc sgplot data=sashelp.cars;
vbox mpg_city;
run;

ods region;
proc sgplot data=sashelp.cars;
vbox mpg_highway;
run;





ods region;
proc sgplot data=sashelp.cars;
vbox invoice;
run;

ods region;
proc sgplot data=sashelp.cars;
vbox horsepower;
run;

ods region;
proc sgplot data=sashelp.cars;
vbox mpg_city;
run;

ods region;
proc sgplot data=sashelp.cars;
vbox mpg_highway;
run;

ods layout end;
ods pdf close;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="屏幕截图 2026-02-27 173948.png" style="width: 666px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/113407iA09BBBE5E8E71F64/image-size/large?v=v2&amp;amp;px=999" role="button" title="屏幕截图 2026-02-27 173948.png" alt="屏幕截图 2026-02-27 173948.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Feb 2026 09:41:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Multiples-box-plots/m-p/984204#M25844</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2026-02-27T09:41:41Z</dc:date>
    </item>
  </channel>
</rss>

