<?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: Graphic question in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Graphic-question/m-p/15537#M2738</link>
    <description>Hi Adolphus,&lt;BR /&gt;
&lt;BR /&gt;
I'd do it like this:&lt;BR /&gt;
&lt;BR /&gt;
Do a data step first in which you  calculate the statistics that you want to use.&lt;BR /&gt;
&lt;BR /&gt;
Then do a proc gplot with two variables. To show them both use the symbol statement. Important: the horizontal axis must be the same variable for both statistics (e.g. year or the like).&lt;BR /&gt;
&lt;BR /&gt;
symbol1 value=diamond interpol=none color=red;&lt;BR /&gt;
symbol2 vaue=dot interpol=none color=blue;&lt;BR /&gt;
&lt;BR /&gt;
proc gplot data=mydata;&lt;BR /&gt;
   plot &lt;BR /&gt;
myverticalvalue1*horizontalvalues&lt;BR /&gt;
         myverticalvalue2*horizontalvalues / overlay;&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
&lt;BR /&gt;
If the OVERLAY option were not specified, each plot request would generate a separate graph.&lt;BR /&gt;
&lt;BR /&gt;
Best regards,&lt;BR /&gt;
Eva</description>
    <pubDate>Wed, 08 Apr 2009 09:11:56 GMT</pubDate>
    <dc:creator>Eva</dc:creator>
    <dc:date>2009-04-08T09:11:56Z</dc:date>
    <item>
      <title>Graphic question</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Graphic-question/m-p/15536#M2737</link>
      <description>Dear,&lt;BR /&gt;
&lt;BR /&gt;
I want to create a graphic that only have mean and SD (or SE).&lt;BR /&gt;
The graphic is like this: &lt;A href="http://adolphus.pixnet.net/album/photo/104475158#pictop" target="_blank"&gt;http://adolphus.pixnet.net/album/photo/104475158#pictop&lt;/A&gt;&lt;BR /&gt;
Can I use SAS to create this kind of graphic, if yes, how can I do this?&lt;BR /&gt;
Thanks.&lt;BR /&gt;
&lt;BR /&gt;
Adolphus</description>
      <pubDate>Mon, 06 Apr 2009 09:35:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Graphic-question/m-p/15536#M2737</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-04-06T09:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: Graphic question</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Graphic-question/m-p/15537#M2738</link>
      <description>Hi Adolphus,&lt;BR /&gt;
&lt;BR /&gt;
I'd do it like this:&lt;BR /&gt;
&lt;BR /&gt;
Do a data step first in which you  calculate the statistics that you want to use.&lt;BR /&gt;
&lt;BR /&gt;
Then do a proc gplot with two variables. To show them both use the symbol statement. Important: the horizontal axis must be the same variable for both statistics (e.g. year or the like).&lt;BR /&gt;
&lt;BR /&gt;
symbol1 value=diamond interpol=none color=red;&lt;BR /&gt;
symbol2 vaue=dot interpol=none color=blue;&lt;BR /&gt;
&lt;BR /&gt;
proc gplot data=mydata;&lt;BR /&gt;
   plot &lt;BR /&gt;
myverticalvalue1*horizontalvalues&lt;BR /&gt;
         myverticalvalue2*horizontalvalues / overlay;&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
&lt;BR /&gt;
If the OVERLAY option were not specified, each plot request would generate a separate graph.&lt;BR /&gt;
&lt;BR /&gt;
Best regards,&lt;BR /&gt;
Eva</description>
      <pubDate>Wed, 08 Apr 2009 09:11:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Graphic-question/m-p/15537#M2738</guid>
      <dc:creator>Eva</dc:creator>
      <dc:date>2009-04-08T09:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: Graphic question</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Graphic-question/m-p/15538#M2739</link>
      <description>Hi Eva,&lt;BR /&gt;
&lt;BR /&gt;
I think I didn't say very clearly that make you do the wrong work. Really sorry.&lt;BR /&gt;
I want to make a graphic a little like this &lt;A href="http://adolphus.pixnet.net/album/photo/104513065#pictop" target="_blank"&gt;http://adolphus.pixnet.net/album/photo/104513065#pictop&lt;/A&gt;&lt;BR /&gt;
But it is vertical (I think I can solve this problem ), and I don't want the bar.&lt;BR /&gt;
So the graphic would like this &lt;A href="http://adolphus.pixnet.net/album/photo/104513494#pictop" target="_blank"&gt;http://adolphus.pixnet.net/album/photo/104513494#pictop&lt;/A&gt;&lt;BR /&gt;
I do not sure that SAS can make this kind of graphic, if can please tell me how to do this.&lt;BR /&gt;
Thanks.&lt;BR /&gt;
&lt;BR /&gt;
Best regards,&lt;BR /&gt;
Adolphus</description>
      <pubDate>Thu, 09 Apr 2009 03:11:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Graphic-question/m-p/15538#M2739</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-04-09T03:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: Graphic question</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Graphic-question/m-p/15539#M2740</link>
      <description>The SAS support  &lt;A href="http://support.sas.com/" target="_blank"&gt;http://support.sas.com/&lt;/A&gt;  website has much information about different graphics and charting (data visualization) types, including box plots and others.  Also, the SAS/Graph software documentation is hosted at the SAS support website as well with solution and code examples.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/datavisualization/index.htm" target="_blank"&gt;http://support.sas.com/rnd/datavisualization/index.htm&lt;/A&gt;</description>
      <pubDate>Thu, 09 Apr 2009 12:34:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Graphic-question/m-p/15539#M2740</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-04-09T12:34:47Z</dc:date>
    </item>
  </channel>
</rss>

