LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (September 2001, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Sat, 29 Sep 2001 17:43:44 -0700
Reply-To:     Stephen Arthur <sarthur67@YAHOO.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Stephen Arthur <sarthur67@YAHOO.COM>
Subject:      How do you plot two or more graphs on a page using GPLOT???
Content-Type: text/plain; charset=us-ascii

Hi,

I've been off the list for almost one year and a half.

Now I am back!

I have a question concerning the use of PROC GREPLAY to produce two graphs on one page. The short question is, how do you do it?

The long question is:

I have two PROC GPLOTs sequentially in a SAS program.

PROC GPLOT DATA=sample; PLOT x1*y x2*y / OVERLAY; BY a b; RUN;

/* I want these two GPLOTs to have separate PLOT statements */

PROC GPLOT DATA=sample; PLOT z1*y z2*y / OVERLAY; BY a b; RUN;

Is it possible to use PROC GREPLAY to display these two GPLOTs on one graph?

If not is there another method which I can use to complete the same task?

Thanks in advance,

steve

sarthur67@yahoo.com

__________________________________________________ Do You Yahoo!? Listen to your Yahoo! Mail messages from any phone. http://phone.yahoo.com


Back to: Top of message | Previous page | Main SAS-L page