<?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 use proc gplot in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/How-use-proc-gplot/m-p/278212#M9903</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks! Honestly I like sgplot much more too &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; But time is very limited for this task, so I'd prefer to update gplot instead of rewrite it.&lt;/P&gt;</description>
    <pubDate>Fri, 17 Jun 2016 14:59:54 GMT</pubDate>
    <dc:creator>Iryna1</dc:creator>
    <dc:date>2016-06-17T14:59:54Z</dc:date>
    <item>
      <title>How use proc gplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-use-proc-gplot/m-p/278181#M9899</link>
      <description>&lt;P&gt;How can I make x axis values look bigger? Code is provided below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;goptions reset=all&lt;BR /&gt;colors=(black) device=SASEMF target=CGMOF97L gunit=pct hby=3 fby=hwcgm005 rotate=landscape xmax=24cm&lt;BR /&gt;ymax=17cm xpixels=1800 ypixels=1300 autosize=on gsfmode=append goutmode=append htext=2.0 htitle=3&lt;BR /&gt;ftext= 'simplex' ftitle= 'simplex' noborder;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;title2 j=c h=2 "Number";&lt;/P&gt;&lt;P&gt;axis1 label = (a=90 justify=center h=2 "Concentration")&lt;BR /&gt;%if &amp;amp;paramn. eq 700 or &amp;amp;paramn.= 710 %then %do;&lt;BR /&gt;order = (0 to &amp;amp;ordx. by 100)&lt;BR /&gt;%end;&lt;BR /&gt;%if &amp;amp;paramn. eq 100 %then %do;&lt;BR /&gt;order = (0 to &amp;amp;ord. by 50)&lt;BR /&gt;%end;&lt;/P&gt;&lt;P&gt;minor = NONE&lt;BR /&gt;offset=(8, )&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;axis2&lt;BR /&gt;label = (justify=center " " h=2 justify=center )&lt;BR /&gt;major = NONE&lt;BR /&gt;minor = NONE&lt;BR /&gt;value = (h=2.0)&lt;BR /&gt;%if &amp;amp;paramn. eq 700 or &amp;amp;paramn.= 710 %then %do;&lt;BR /&gt;order = (-1 to 120)&lt;BR /&gt;%end;&lt;BR /&gt;%if &amp;amp;paramn. eq 100 %then %do;&lt;BR /&gt;order = (-1 to 24)&lt;BR /&gt;%end;&lt;BR /&gt;origin= (10 pct)&lt;BR /&gt;length= 80 pct&lt;BR /&gt;/* split='|'*/&lt;BR /&gt;offset=(,2 cm)&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;%if &amp;amp;paramn. eq 700 or &amp;amp;paramn.= 710 %then %do;&lt;BR /&gt;symbol1 interpol=join value=dot value=square height=0.1in cv="&amp;amp;color1" ci="&amp;amp;color1" line=1 width=1;&lt;BR /&gt;symbol2 interpol=join value=dot height=0.1in cv="&amp;amp;color2" ci="&amp;amp;color2" line=2 width=1;&lt;BR /&gt;legend1 across=2 label=NONE&lt;BR /&gt;value=(height=1.5 justify=c "&amp;amp;trt2. (N=&amp;amp;tr1)" "&amp;amp;trt1. (N=&amp;amp;tr2)");&lt;BR /&gt;%end;&lt;/P&gt;&lt;P&gt;%if &amp;amp;paramn. eq 100 %then %do;&lt;/P&gt;&lt;P&gt;symbol1 interpol=join value=dot value=square height=0.1in cv="&amp;amp;color1" ci="&amp;amp;color1" line=1 width=1;&lt;BR /&gt;legend1 across=1 label=NONE&lt;BR /&gt;value=(height=2.0 justify=c "&amp;amp;trt2. (N=&amp;amp;tr1)");&lt;BR /&gt;%end;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;footnote3 h=2.0 j=left "&amp;amp;progft.";&lt;/P&gt;&lt;P&gt;proc gplot data=test anno=anno_tick;&lt;BR /&gt;plot aval*col=trtan / legend=legend1 vaxis=axis1 haxis=axis2;&lt;BR /&gt;format col _colfmt.;&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jun 2016 13:02:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-use-proc-gplot/m-p/278181#M9899</guid>
      <dc:creator>Iryna1</dc:creator>
      <dc:date>2016-06-17T13:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: How use proc gplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-use-proc-gplot/m-p/278189#M9900</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry, going to sidestep your question here and recommend you move to SGPLOT or Graph Template Language. &amp;nbsp;You will find it simpler coding, and far more options to alter the outputs (gplot is the old graph output system). &amp;nbsp;You can find plenty of help and examples here:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.sas.com/content/graphicallyspeaking/" target="_blank"&gt;http://blogs.sas.com/content/graphicallyspeaking/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Many of which will cover what you are looking for.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jun 2016 13:36:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-use-proc-gplot/m-p/278189#M9900</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-06-17T13:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: How use proc gplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-use-proc-gplot/m-p/278212#M9903</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks! Honestly I like sgplot much more too &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; But time is very limited for this task, so I'd prefer to update gplot instead of rewrite it.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jun 2016 14:59:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-use-proc-gplot/m-p/278212#M9903</guid>
      <dc:creator>Iryna1</dc:creator>
      <dc:date>2016-06-17T14:59:54Z</dc:date>
    </item>
  </channel>
</rss>

