<?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: I want to vertically expand the plot in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/I-want-to-vertically-expand-the-plot/m-p/991965#M380388</link>
    <description>&lt;P&gt;Are you asking about this:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;height=4.21in &lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 10 Aug 2026 20:30:43 GMT</pubDate>
    <dc:creator>data_null__</dc:creator>
    <dc:date>2026-08-10T20:30:43Z</dc:date>
    <item>
      <title>I want to vertically expand the plot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-want-to-vertically-expand-the-plot/m-p/991961#M380387</link>
      <description>&lt;PRE&gt;	ods listing close;&lt;BR /&gt;	options orientation=landscape;&lt;BR /&gt;	ods graphics /noborder width=9in height=4.21in noscale ;&lt;BR /&gt;	ods pdf file = "&amp;amp;fpath./&amp;amp;outfile..pdf" notoc dpi=400 nobookmarkgen  nogtitle nogfootnote style=ABBV_LS_sg_color ;&lt;BR /&gt;	ods escapechar='~';&lt;BR /&gt; &lt;BR /&gt;	proc sgplot noautolegend data = final  sganno = anno ;&lt;BR /&gt;	  *format text txt.;&lt;BR /&gt;	  styleattrs axisextent=data;&lt;BR /&gt;	  refline ref/lineattrs=(thickness=13 color=cxf0f0f7);&lt;BR /&gt;	  &lt;BR /&gt;	  highlow y=obsid low=lowercl high=uppercl;&lt;BR /&gt;	  scatter y=obsid x=estimate/markerattrs=(symbol=squarefilled color=blue);&lt;BR /&gt;	  scatter y=obsid x=estimate/markerattrs=(size=0) x2axis;&lt;BR /&gt;	  refline -15/axis=x lineattrs=(thickness=1 color=red pattern=solid) name="nim15" legendlabel="15% NI margin";&lt;BR /&gt;	  refline 0/axis=x lineattrs=(thickness=1 color=grey pattern=dash) name="ref0" legendlabel="Zero reference line";&lt;BR /&gt;	&lt;BR /&gt;	  yaxistable grp/location=inside position=left pad=(right=20px) valueattrs=(size=7) label = " " indentweight=indentvar;&lt;BR /&gt;	  yaxistable col2/location=inside position=left pad=(right=15px) valueattrs=(size=7) label = " ";&lt;BR /&gt;	  yaxistable trt1/location=inside position=right pad=(right=30px left = 30px) valueattrs=(size=7) label = " ";&lt;BR /&gt;	  yaxistable trt2/location=inside position=right  pad=(right=30px) valueattrs=(size=7) label = " ";&lt;BR /&gt;	  yaxis reverse display=none colorbands=odd COLORBANDSATTRS =(transparency=1) offsetmin=0.15;&lt;BR /&gt;	 	  &lt;BR /&gt;	  xaxis display=(nolabel) values=(-20 to 35 by 5)  ;&lt;BR /&gt;	  x2axis display=(nolabel noline noticks novalues) ;&lt;BR /&gt;	  keylegend "nim15" "ref0"/ noborder valueattrs=(size=7) position = bottom;&lt;BR /&gt;	run;&lt;/PRE&gt;</description>
      <pubDate>Mon, 10 Aug 2026 18:16:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-want-to-vertically-expand-the-plot/m-p/991961#M380387</guid>
      <dc:creator>ndang3188</dc:creator>
      <dc:date>2026-08-10T18:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: I want to vertically expand the plot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-want-to-vertically-expand-the-plot/m-p/991965#M380388</link>
      <description>&lt;P&gt;Are you asking about this:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;height=4.21in &lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 10 Aug 2026 20:30:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-want-to-vertically-expand-the-plot/m-p/991965#M380388</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2026-08-10T20:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: I want to vertically expand the plot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-want-to-vertically-expand-the-plot/m-p/991973#M380389</link>
      <description>&lt;P&gt;I noticed when I increase the height, the width decreased automatically. I manipulate obsid by multiply by 1.5 to increase the height of each data row. It worked.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2026 03:46:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-want-to-vertically-expand-the-plot/m-p/991973#M380389</guid>
      <dc:creator>ndang3188</dc:creator>
      <dc:date>2026-08-11T03:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: I want to vertically expand the plot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-want-to-vertically-expand-the-plot/m-p/991985#M380391</link>
      <description>&lt;P&gt;Please explain in a lot more detail what you mean by "I want to vertically expand the plot".&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2026 10:45:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-want-to-vertically-expand-the-plot/m-p/991985#M380391</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2026-08-11T10:45:43Z</dc:date>
    </item>
  </channel>
</rss>

