<?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 graph area wider in proc sgplot in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/How-to-make-graph-area-wider-in-proc-sgplot/m-p/410793#M14088</link>
    <description>&lt;P&gt;Final code (if someone is interested):&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data=F1 noautolegend;

   styleattrs datacontrastcolors=(black)
               datasymbols=(trianglefilled circlefilled squarefilled diamondfilled triangle circle square diamond)
               datalinepatterns=(solid); 

   scatter x=PCTPT y=mean / group=TRT01A
							grouporder=data
                            yerrorlower=lower                                                                                            
                            yerrorupper=upper
                            name = "Scatter" ;                                                                               
   series x=PCTPT y=mean /  markers group=TRT01A name = "Series";

   xaxis type = discrete;
   yaxis type = log;

   keylegend "Series"  / location=outside position=topright across=1 noborder;
   format PCTPT $PCTPTF.;
 
run;  &lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 06 Nov 2017 10:42:59 GMT</pubDate>
    <dc:creator>DmytroYermak</dc:creator>
    <dc:date>2017-11-06T10:42:59Z</dc:date>
    <item>
      <title>How to make graph area wider in proc sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-make-graph-area-wider-in-proc-sgplot/m-p/410312#M14055</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Could you please advise how to make Graph area wider in Proc sgplot. Or should it be defined somewhere else?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="large (2).jpg" style="width: 100px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/18978i9E9435D6A1BCA03D/image-size/large?v=v2&amp;amp;px=999" role="button" title="large (2).jpg" alt="large (2).jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Mar 2018 18:32:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-make-graph-area-wider-in-proc-sgplot/m-p/410312#M14055</guid>
      <dc:creator>DmytroYermak</dc:creator>
      <dc:date>2018-03-05T18:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to make graph area wider in proc sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-make-graph-area-wider-in-proc-sgplot/m-p/410318#M14056</link>
      <description>&lt;P&gt;ods graphics on / width=8in height=5in;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Specify both height and width.&amp;nbsp; If you specify one, the other scales proportionately.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2017 16:16:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-make-graph-area-wider-in-proc-sgplot/m-p/410318#M14056</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2017-11-03T16:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to make graph area wider in proc sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-make-graph-area-wider-in-proc-sgplot/m-p/410332#M14057</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2017 16:26:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-make-graph-area-wider-in-proc-sgplot/m-p/410332#M14057</guid>
      <dc:creator>DmytroYermak</dc:creator>
      <dc:date>2017-11-03T16:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to make graph area wider in proc sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-make-graph-area-wider-in-proc-sgplot/m-p/410793#M14088</link>
      <description>&lt;P&gt;Final code (if someone is interested):&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data=F1 noautolegend;

   styleattrs datacontrastcolors=(black)
               datasymbols=(trianglefilled circlefilled squarefilled diamondfilled triangle circle square diamond)
               datalinepatterns=(solid); 

   scatter x=PCTPT y=mean / group=TRT01A
							grouporder=data
                            yerrorlower=lower                                                                                            
                            yerrorupper=upper
                            name = "Scatter" ;                                                                               
   series x=PCTPT y=mean /  markers group=TRT01A name = "Series";

   xaxis type = discrete;
   yaxis type = log;

   keylegend "Series"  / location=outside position=topright across=1 noborder;
   format PCTPT $PCTPTF.;
 
run;  &lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 06 Nov 2017 10:42:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-make-graph-area-wider-in-proc-sgplot/m-p/410793#M14088</guid>
      <dc:creator>DmytroYermak</dc:creator>
      <dc:date>2017-11-06T10:42:59Z</dc:date>
    </item>
  </channel>
</rss>

