<?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 How to modify or shrink the size of a plot inside the frame? in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/How-to-modify-or-shrink-the-size-of-a-plot-inside-the-frame/m-p/547358#M17960</link>
    <description>&lt;P&gt;How to modify or shrink the size of a plot inside the frame? The label "subject" is overlapped with first patient id.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are part of my code.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Data anno2;&lt;BR /&gt;length label $200 x1space $20 y1space $20 ;&lt;BR /&gt;retain function "text" anchor "left";&lt;BR /&gt;x1space="Graphpercent";&lt;BR /&gt;x1=5;&lt;BR /&gt;y1space="Graphpercent";&lt;BR /&gt;y1=96.5;&lt;BR /&gt;width=200;&lt;BR /&gt;label="Subject(*)";&lt;BR /&gt;id="xxxx";&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;data anno2_;&lt;BR /&gt;set swimmer;&lt;BR /&gt;keep item subjid;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;data anno2_;&lt;BR /&gt;set anno2_;&lt;BR /&gt;length label $200 x1space $20 y1space $20 ;&lt;BR /&gt;retain function "text" anchor "left";&lt;BR /&gt;x1space="Graphpercent";&lt;BR /&gt;x1=5;&lt;BR /&gt;y1space="DATAVALUE";&lt;BR /&gt;y1=item;&lt;BR /&gt;width=0;&lt;BR /&gt;label=strip(subjid);&lt;BR /&gt;id="xxxx";&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;data anno2;&lt;BR /&gt;set anno2 anno2_;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;ods listing close;&lt;/P&gt;&lt;P&gt;options nodate nonumber;&lt;BR /&gt;ods &amp;amp;filetype file = "&amp;amp;output.\&amp;amp;outname..&amp;amp;filetype" style = styles.&amp;amp;rpttype. nogfootnote nogtitle startpage = yes bookmark="&amp;amp;outname";&lt;/P&gt;&lt;P&gt;options orientation=landscape nocenter spool;&lt;BR /&gt;goptions reset=goptions reset=axis xmax=8.5 in ymax=5.0 in ftext = "arial" device=sasemf;&lt;BR /&gt;ods graphics /reset=all border=off width=850px height=500px;&lt;/P&gt;&lt;P&gt;proc sgrender data=swimmer template=swimmer_plot sganno=anno2;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;ods listing;&lt;BR /&gt;ods rtf close;&lt;/P&gt;</description>
    <pubDate>Fri, 29 Mar 2019 23:17:35 GMT</pubDate>
    <dc:creator>HappySASUE</dc:creator>
    <dc:date>2019-03-29T23:17:35Z</dc:date>
    <item>
      <title>How to modify or shrink the size of a plot inside the frame?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-modify-or-shrink-the-size-of-a-plot-inside-the-frame/m-p/547358#M17960</link>
      <description>&lt;P&gt;How to modify or shrink the size of a plot inside the frame? The label "subject" is overlapped with first patient id.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are part of my code.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Data anno2;&lt;BR /&gt;length label $200 x1space $20 y1space $20 ;&lt;BR /&gt;retain function "text" anchor "left";&lt;BR /&gt;x1space="Graphpercent";&lt;BR /&gt;x1=5;&lt;BR /&gt;y1space="Graphpercent";&lt;BR /&gt;y1=96.5;&lt;BR /&gt;width=200;&lt;BR /&gt;label="Subject(*)";&lt;BR /&gt;id="xxxx";&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;data anno2_;&lt;BR /&gt;set swimmer;&lt;BR /&gt;keep item subjid;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;data anno2_;&lt;BR /&gt;set anno2_;&lt;BR /&gt;length label $200 x1space $20 y1space $20 ;&lt;BR /&gt;retain function "text" anchor "left";&lt;BR /&gt;x1space="Graphpercent";&lt;BR /&gt;x1=5;&lt;BR /&gt;y1space="DATAVALUE";&lt;BR /&gt;y1=item;&lt;BR /&gt;width=0;&lt;BR /&gt;label=strip(subjid);&lt;BR /&gt;id="xxxx";&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;data anno2;&lt;BR /&gt;set anno2 anno2_;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;ods listing close;&lt;/P&gt;&lt;P&gt;options nodate nonumber;&lt;BR /&gt;ods &amp;amp;filetype file = "&amp;amp;output.\&amp;amp;outname..&amp;amp;filetype" style = styles.&amp;amp;rpttype. nogfootnote nogtitle startpage = yes bookmark="&amp;amp;outname";&lt;/P&gt;&lt;P&gt;options orientation=landscape nocenter spool;&lt;BR /&gt;goptions reset=goptions reset=axis xmax=8.5 in ymax=5.0 in ftext = "arial" device=sasemf;&lt;BR /&gt;ods graphics /reset=all border=off width=850px height=500px;&lt;/P&gt;&lt;P&gt;proc sgrender data=swimmer template=swimmer_plot sganno=anno2;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;ods listing;&lt;BR /&gt;ods rtf close;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2019 23:17:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-modify-or-shrink-the-size-of-a-plot-inside-the-frame/m-p/547358#M17960</guid>
      <dc:creator>HappySASUE</dc:creator>
      <dc:date>2019-03-29T23:17:35Z</dc:date>
    </item>
  </channel>
</rss>

