<?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 Increase SGPLOT Margins in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Increase-SGPLOT-Margins/m-p/336620#M11679</link>
    <description>&lt;P&gt;I'm creating box plots of a specific size, but I'd like to increase the graph area--specifically, I want to make it taller since the small font size of the title leaves some white space. Does anyone know how to do this? I'm using SAS 9.4 on Enterprise Guide. Here's an example of my code and the graph it produces:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods rtf file="Path/Cars Box Plots.rtf";&lt;BR /&gt;ods graphics / width=1.5in height=1.1in border=off;&lt;BR /&gt;proc sgplot data=sashelp.cars;&lt;BR /&gt;vbox horsepower / category=drivetrain fillattrs=(color=darkgray) whiskerattrs=(color=black) medianattrs=(color=black) meanattrs=(color=black);&lt;BR /&gt;title height=8pt "Horsepower by DriveTrain" ;&lt;BR /&gt;xaxis discreteorder=data display=(nolabel) valueattrs=(size=7pt);&lt;BR /&gt;yaxis labelattrs=(size=7pt) valueattrs=(size=7pt);&lt;BR /&gt;label horsepower="Horsepower";&lt;BR /&gt;run;&lt;BR /&gt;title "";&lt;/P&gt;
&lt;P&gt;ods rtf close;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A name="IDX" target="_blank"&gt;&lt;/A&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman',serif; mso-fareast-font-family: 'Times New Roman'; mso-fareast-theme-font: minor-fareast; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;&lt;!-- [if gte vml 1]&gt;&lt;v:shapetype id="_x0000_t75"
 coordsize="21600,21600" o:spt="75" o:preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe"
 filled="f" stroked="f"&gt;
 &lt;v:stroke joinstyle="miter"&gt;&lt;/v:stroke&gt;
 &lt;v:formulas&gt;
  &lt;v:f eqn="if lineDrawn pixelLineWidth 0"&gt;&lt;/v:f&gt;
  &lt;v:f eqn="sum @0 1 0"&gt;&lt;/v:f&gt;
  &lt;v:f eqn="sum 0 0 @1"&gt;&lt;/v:f&gt;
  &lt;v:f eqn="prod @2 1 2"&gt;&lt;/v:f&gt;
  &lt;v:f eqn="prod @3 21600 pixelWidth"&gt;&lt;/v:f&gt;
  &lt;v:f eqn="prod @3 21600 pixelHeight"&gt;&lt;/v:f&gt;
  &lt;v:f eqn="sum @0 0 1"&gt;&lt;/v:f&gt;
  &lt;v:f eqn="prod @6 1 2"&gt;&lt;/v:f&gt;
  &lt;v:f eqn="prod @7 21600 pixelWidth"&gt;&lt;/v:f&gt;
  &lt;v:f eqn="sum @8 21600 0"&gt;&lt;/v:f&gt;
  &lt;v:f eqn="prod @7 21600 pixelHeight"&gt;&lt;/v:f&gt;
  &lt;v:f eqn="sum @10 21600 0"&gt;&lt;/v:f&gt;
 &lt;/v:formulas&gt;
 &lt;v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect"&gt;&lt;/v:path&gt;
 &lt;o:lock v:ext="edit" aspectratio="t"&gt;&lt;/o:lock&gt;
&lt;/v:shapetype&gt;&lt;v:shape id="_x0000_i1025" type="#_x0000_t75" style='width:108pt;
 height:79.5pt'&gt;
 &lt;v:imagedata src="file:///C:/Users/zacuff/AppData/Local/Temp/msohtmlclip1/01/clip_image001.emz"
  o:title=""&gt;&lt;/v:imagedata&gt;
&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!-- [if !vml]--&gt;&lt;IMG src="file:/C:/Users/zacuff/AppData/Local/Temp/msohtmlclip1/01/clip_image002.png" border="0" width="144" height="106" /&gt;&lt;!--[endif]--&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 28 Feb 2017 16:34:46 GMT</pubDate>
    <dc:creator>acuffza</dc:creator>
    <dc:date>2017-02-28T16:34:46Z</dc:date>
    <item>
      <title>Increase SGPLOT Margins</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Increase-SGPLOT-Margins/m-p/336620#M11679</link>
      <description>&lt;P&gt;I'm creating box plots of a specific size, but I'd like to increase the graph area--specifically, I want to make it taller since the small font size of the title leaves some white space. Does anyone know how to do this? I'm using SAS 9.4 on Enterprise Guide. Here's an example of my code and the graph it produces:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods rtf file="Path/Cars Box Plots.rtf";&lt;BR /&gt;ods graphics / width=1.5in height=1.1in border=off;&lt;BR /&gt;proc sgplot data=sashelp.cars;&lt;BR /&gt;vbox horsepower / category=drivetrain fillattrs=(color=darkgray) whiskerattrs=(color=black) medianattrs=(color=black) meanattrs=(color=black);&lt;BR /&gt;title height=8pt "Horsepower by DriveTrain" ;&lt;BR /&gt;xaxis discreteorder=data display=(nolabel) valueattrs=(size=7pt);&lt;BR /&gt;yaxis labelattrs=(size=7pt) valueattrs=(size=7pt);&lt;BR /&gt;label horsepower="Horsepower";&lt;BR /&gt;run;&lt;BR /&gt;title "";&lt;/P&gt;
&lt;P&gt;ods rtf close;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A name="IDX" target="_blank"&gt;&lt;/A&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman',serif; mso-fareast-font-family: 'Times New Roman'; mso-fareast-theme-font: minor-fareast; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;&lt;!-- [if gte vml 1]&gt;&lt;v:shapetype id="_x0000_t75"
 coordsize="21600,21600" o:spt="75" o:preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe"
 filled="f" stroked="f"&gt;
 &lt;v:stroke joinstyle="miter"&gt;&lt;/v:stroke&gt;
 &lt;v:formulas&gt;
  &lt;v:f eqn="if lineDrawn pixelLineWidth 0"&gt;&lt;/v:f&gt;
  &lt;v:f eqn="sum @0 1 0"&gt;&lt;/v:f&gt;
  &lt;v:f eqn="sum 0 0 @1"&gt;&lt;/v:f&gt;
  &lt;v:f eqn="prod @2 1 2"&gt;&lt;/v:f&gt;
  &lt;v:f eqn="prod @3 21600 pixelWidth"&gt;&lt;/v:f&gt;
  &lt;v:f eqn="prod @3 21600 pixelHeight"&gt;&lt;/v:f&gt;
  &lt;v:f eqn="sum @0 0 1"&gt;&lt;/v:f&gt;
  &lt;v:f eqn="prod @6 1 2"&gt;&lt;/v:f&gt;
  &lt;v:f eqn="prod @7 21600 pixelWidth"&gt;&lt;/v:f&gt;
  &lt;v:f eqn="sum @8 21600 0"&gt;&lt;/v:f&gt;
  &lt;v:f eqn="prod @7 21600 pixelHeight"&gt;&lt;/v:f&gt;
  &lt;v:f eqn="sum @10 21600 0"&gt;&lt;/v:f&gt;
 &lt;/v:formulas&gt;
 &lt;v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect"&gt;&lt;/v:path&gt;
 &lt;o:lock v:ext="edit" aspectratio="t"&gt;&lt;/o:lock&gt;
&lt;/v:shapetype&gt;&lt;v:shape id="_x0000_i1025" type="#_x0000_t75" style='width:108pt;
 height:79.5pt'&gt;
 &lt;v:imagedata src="file:///C:/Users/zacuff/AppData/Local/Temp/msohtmlclip1/01/clip_image001.emz"
  o:title=""&gt;&lt;/v:imagedata&gt;
&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!-- [if !vml]--&gt;&lt;IMG src="file:/C:/Users/zacuff/AppData/Local/Temp/msohtmlclip1/01/clip_image002.png" border="0" width="144" height="106" /&gt;&lt;!--[endif]--&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2017 16:34:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Increase-SGPLOT-Margins/m-p/336620#M11679</guid>
      <dc:creator>acuffza</dc:creator>
      <dc:date>2017-02-28T16:34:46Z</dc:date>
    </item>
    <item>
      <title>Increase SGPLOT Margins</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Increase-SGPLOT-Margins/m-p/336621#M11681</link>
      <description>&lt;P&gt;I'm creating box plots of a specific size, but I'd like to increase the graph area--specifically, I want to make it taller since the small font size of the title leaves some white space. Does anyone know how to do this? I'm using SAS 9.4 on Enterprise Guide. Here's an example of my code and the graph it produces:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods rtf file="Path/Cars Box Plots.rtf";&lt;BR /&gt;ods graphics / width=1.5in height=1.1in border=off;&lt;BR /&gt;proc sgplot data=sashelp.cars;&lt;BR /&gt;vbox horsepower / category=drivetrain fillattrs=(color=darkgray) whiskerattrs=(color=black) medianattrs=(color=black) meanattrs=(color=black);&lt;BR /&gt;title height=8pt "Horsepower by DriveTrain" ;&lt;BR /&gt;xaxis discreteorder=data display=(nolabel) valueattrs=(size=7pt);&lt;BR /&gt;yaxis labelattrs=(size=7pt) valueattrs=(size=7pt);&lt;BR /&gt;label horsepower="Horsepower";&lt;BR /&gt;run;&lt;BR /&gt;title "";&lt;/P&gt;
&lt;P&gt;ods rtf close;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2017 16:35:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Increase-SGPLOT-Margins/m-p/336621#M11681</guid>
      <dc:creator>acuffza</dc:creator>
      <dc:date>2017-02-28T16:35:41Z</dc:date>
    </item>
  </channel>
</rss>

