<?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: How to make sgplot inside a frame smaller? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-make-sgplot-inside-a-frame-smaller/m-p/547744#M151823</link>
    <description>&lt;P&gt;Some advice to write a better post:&lt;/P&gt;
&lt;P&gt;1. Use the {i} or the running man icon to post code&lt;/P&gt;
&lt;P&gt;2. Avoid attaching MS Office files, many people can't or won't download them from the internet&lt;/P&gt;
&lt;P&gt;3. An image can be added inline using the Camera icon&lt;/P&gt;
&lt;P&gt;4. Providing a full program that includes test data ensures that people can recommend a suitable solution sooner&lt;/P&gt;</description>
    <pubDate>Mon, 01 Apr 2019 21:40:36 GMT</pubDate>
    <dc:creator>ChrisNZ</dc:creator>
    <dc:date>2019-04-01T21:40:36Z</dc:date>
    <item>
      <title>How to make sgplot inside a frame smaller?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-make-sgplot-inside-a-frame-smaller/m-p/547740#M151821</link>
      <description>&lt;P&gt;Does anyone know to shrink the size of the plot inside a frame? Should I use annot? any option I or statement I should use?&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here are the code I used. and please see the attachment. label and swimmer plot are overlapped.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2019 21:25:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-make-sgplot-inside-a-frame-smaller/m-p/547740#M151821</guid>
      <dc:creator>HappySASUE</dc:creator>
      <dc:date>2019-04-01T21:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to make sgplot inside a frame smaller?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-make-sgplot-inside-a-frame-smaller/m-p/547744#M151823</link>
      <description>&lt;P&gt;Some advice to write a better post:&lt;/P&gt;
&lt;P&gt;1. Use the {i} or the running man icon to post code&lt;/P&gt;
&lt;P&gt;2. Avoid attaching MS Office files, many people can't or won't download them from the internet&lt;/P&gt;
&lt;P&gt;3. An image can be added inline using the Camera icon&lt;/P&gt;
&lt;P&gt;4. Providing a full program that includes test data ensures that people can recommend a suitable solution sooner&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2019 21:40:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-make-sgplot-inside-a-frame-smaller/m-p/547744#M151823</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2019-04-01T21:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to make sgplot inside a frame smaller?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-make-sgplot-inside-a-frame-smaller/m-p/547746#M151825</link>
      <description>&lt;P&gt;Thank you! will follow.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2019 21:43:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-make-sgplot-inside-a-frame-smaller/m-p/547746#M151825</guid>
      <dc:creator>HappySASUE</dc:creator>
      <dc:date>2019-04-01T21:43:30Z</dc:date>
    </item>
  </channel>
</rss>

