<?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: ODS Graphics and proc greplay in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Graphics-and-proc-greplay/m-p/58940#M7048</link>
    <description>Can I use the proc template in SAS 9.2 TS level1M0. Thanks</description>
    <pubDate>Wed, 31 Mar 2010 15:08:46 GMT</pubDate>
    <dc:creator>everglades</dc:creator>
    <dc:date>2010-03-31T15:08:46Z</dc:date>
    <item>
      <title>ODS Graphics and proc greplay</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Graphics-and-proc-greplay/m-p/58932#M7040</link>
      <description>Hi all&lt;BR /&gt;
&lt;BR /&gt;
Is it possible to use proc greplay with graphs created with ods graphics? The graphs created by ods graphics is png format, and I can´t figure out how to refter to them in my proc greplay.&lt;BR /&gt;
&lt;BR /&gt;
Tks for advice&lt;BR /&gt;
Best regards&lt;BR /&gt;
Jenny</description>
      <pubDate>Sun, 26 Jul 2009 19:41:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Graphics-and-proc-greplay/m-p/58932#M7040</guid>
      <dc:creator>Jennys</dc:creator>
      <dc:date>2009-07-26T19:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Graphics and proc greplay</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Graphics-and-proc-greplay/m-p/58933#M7041</link>
      <description>Hi,&lt;BR /&gt;
ODS Graphics cannot be used with Proc Greplay because it does not create a gseg catalog entry. So you may have to investigate Proc Sgplot and Proc Sgpanel, instead of greplay.&lt;BR /&gt;
Cynthia</description>
      <pubDate>Sun, 26 Jul 2009 22:15:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Graphics-and-proc-greplay/m-p/58933#M7041</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2009-07-26T22:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Graphics and proc greplay</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Graphics-and-proc-greplay/m-p/58934#M7042</link>
      <description>Thanks for the hint. I´ll do that&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Jenny</description>
      <pubDate>Mon, 27 Jul 2009 08:28:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Graphics-and-proc-greplay/m-p/58934#M7042</guid>
      <dc:creator>Jennys</dc:creator>
      <dc:date>2009-07-27T08:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Graphics and proc greplay</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Graphics-and-proc-greplay/m-p/58935#M7043</link>
      <description>Hi:&lt;BR /&gt;
  I was away from my computer when I did my first post. Here are a couple of SGPANEL examples to get you started. And some links to the documentation and some papers to investigate:&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/grstatproc/61948/HTML/default/sgpanel-ov.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/grstatproc/61948/HTML/default/sgpanel-ov.htm&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/grstatproc/61948/HTML/default/sgplot-ov.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/grstatproc/61948/HTML/default/sgplot-ov.htm&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/resources/papers/proceedings09/158-2009.pdf" target="_blank"&gt;http://support.sas.com/resources/papers/proceedings09/158-2009.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/resources/papers/proceedings09/174-2009.pdf" target="_blank"&gt;http://support.sas.com/resources/papers/proceedings09/174-2009.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://www2.sas.com/proceedings/forum2008/255-2008.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/forum2008/255-2008.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://www2.sas.com/proceedings/forum2007/193-2007.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/forum2007/193-2007.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/resources/papers/proceedings09/324-2009.pdf" target="_blank"&gt;http://support.sas.com/resources/papers/proceedings09/324-2009.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
cynthia&lt;BR /&gt;
[pre]&lt;BR /&gt;
ods listing close;&lt;BR /&gt;
ods html path='.' (url=none)&lt;BR /&gt;
        gpath='.' (url=none)&lt;BR /&gt;
        file='panel_loess.html' &lt;BR /&gt;
        style=ocean;&lt;BR /&gt;
                               &lt;BR /&gt;
proc sgpanel data=sashelp.heart;&lt;BR /&gt;
  title '1) SGPANEL and LOESS statement';&lt;BR /&gt;
  panelby sex; &lt;BR /&gt;
  loess x=ageatdeath y=agechddiag / &lt;BR /&gt;
        clm alpha=.1;&lt;BR /&gt;
run;&lt;BR /&gt;
ods html close;&lt;BR /&gt;
        &lt;BR /&gt;
                                 &lt;BR /&gt;
ods html path='.' (url=none)&lt;BR /&gt;
        gpath='.' (url=none)&lt;BR /&gt;
        file='panel_hbox.html' &lt;BR /&gt;
        style=ocean;&lt;BR /&gt;
             &lt;BR /&gt;
proc sgpanel data=sashelp.heart;&lt;BR /&gt;
  title '2) SGPANEL and HBOX statement';&lt;BR /&gt;
  panelby sex; &lt;BR /&gt;
  hbox ageatdeath / category=chol_status;&lt;BR /&gt;
run;&lt;BR /&gt;
ods html close;&lt;BR /&gt;
[/pre]</description>
      <pubDate>Tue, 28 Jul 2009 16:01:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Graphics-and-proc-greplay/m-p/58935#M7043</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2009-07-28T16:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Graphics and proc greplay</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Graphics-and-proc-greplay/m-p/58936#M7044</link>
      <description>If you want to put together heterogenous graphs (e.g. a bar chart and a box plot), I discuss a technique for doing this at the end of my "Secrets of the SGProcedures" paper (http://support.sas.com/resources/papers/proceedings09/324-2009.pdf).  Take a look at that infomation and see if it helps.</description>
      <pubDate>Wed, 29 Jul 2009 16:06:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Graphics-and-proc-greplay/m-p/58936#M7044</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2009-07-29T16:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Graphics and proc greplay</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Graphics-and-proc-greplay/m-p/58937#M7045</link>
      <description>I want to put together two boxplots in one panel. I tried with the transparency, and got an error: ERROR: Box plots may not be overlaid. &lt;BR /&gt;
&lt;BR /&gt;
ods html path='.' (url=none)&lt;BR /&gt;
        gpath='.' (url=none)&lt;BR /&gt;
        file='boxes.html' &lt;BR /&gt;
        style=ocean;&lt;BR /&gt;
proc sgplot data=sashelp.class&lt;BR /&gt;
tmplout="temp2.sas";&lt;BR /&gt;
vbox height / category=age;&lt;BR /&gt;
vbox weight / category=age transparency=0.3;&lt;BR /&gt;
run;&lt;BR /&gt;
ods html close;</description>
      <pubDate>Fri, 31 Jul 2009 21:37:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Graphics-and-proc-greplay/m-p/58937#M7045</guid>
      <dc:creator>Jennys</dc:creator>
      <dc:date>2009-07-31T21:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Graphics and proc greplay</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Graphics-and-proc-greplay/m-p/58938#M7046</link>
      <description>The SG procedures currently do not allow boxplot overlays; however, you can do this in gtl.  Run this programs and see if this is what you want:&lt;BR /&gt;
&lt;BR /&gt;
proc template;&lt;BR /&gt;
define statgraph boxplot;&lt;BR /&gt;
begingraph;&lt;BR /&gt;
layout overlay / cycleattrs=true;&lt;BR /&gt;
   BoxPlot X=Age Y=Height / LegendLabel="Height" datatransparency=0.5 name="a";&lt;BR /&gt;
   BoxPlot X=Age Y=Weight /  LegendLabel="Weight" datatransparency=0.5 name="b";&lt;BR /&gt;
   discretelegend "a" "b";&lt;BR /&gt;
endlayout;&lt;BR /&gt;
endgraph;&lt;BR /&gt;
end;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
proc sgrender data=sashelp.class template=boxplot; run;</description>
      <pubDate>Fri, 31 Jul 2009 21:51:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Graphics-and-proc-greplay/m-p/58938#M7046</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2009-07-31T21:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Graphics and proc greplay</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Graphics-and-proc-greplay/m-p/58939#M7047</link>
      <description>This is perfect, I added the orient=horizontal, so now I am very satisfied. &lt;BR /&gt;
&lt;BR /&gt;
Do you know if it´s possible to control the position of the boxes, so that they don´t overlap. Here is one example of the graph I am thinking of:&lt;BR /&gt;
&lt;A href="http://www.stata.com/support/faqs/graphics/gph/graphdocs/box5.html" target="_blank"&gt;http://www.stata.com/support/faqs/graphics/gph/graphdocs/box5.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Thank you very much.&lt;BR /&gt;
&lt;BR /&gt;
Best regards&lt;BR /&gt;
Jenny

Message was edited by: Jennys</description>
      <pubDate>Tue, 04 Aug 2009 18:49:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Graphics-and-proc-greplay/m-p/58939#M7047</guid>
      <dc:creator>Jennys</dc:creator>
      <dc:date>2009-08-04T18:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Graphics and proc greplay</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Graphics-and-proc-greplay/m-p/58940#M7048</link>
      <description>Can I use the proc template in SAS 9.2 TS level1M0. Thanks</description>
      <pubDate>Wed, 31 Mar 2010 15:08:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Graphics-and-proc-greplay/m-p/58940#M7048</guid>
      <dc:creator>everglades</dc:creator>
      <dc:date>2010-03-31T15:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Graphics and proc greplay</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Graphics-and-proc-greplay/m-p/58941#M7049</link>
      <description>To the OP: yours is a new query, suggest you not piggy-back on a query that was authored by someone else -- consider though adding a link in your forum post as an alternative to highlight relative content.&lt;BR /&gt;
&lt;BR /&gt;
Also, your choice of forum is something else to consider next time - SAS/Graph has its own forum.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Wed, 31 Mar 2010 16:13:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-Graphics-and-proc-greplay/m-p/58941#M7049</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-03-31T16:13:51Z</dc:date>
    </item>
  </channel>
</rss>

