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 (July 2007, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Thu, 12 Jul 2007 12:29:17 -0400
Reply-To:   "Wang,Jue" <JWANG@TRAVELERS.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   "Wang,Jue" <JWANG@TRAVELERS.COM>
Subject:   Side by side plot
In-Reply-To:   <200707121625.l6CArBLi029402@malibu.cc.uga.edu>
Content-Type:   text/plain; charset=us-ascii

Running the following code

proc gplot data=a; plot (y, z) *x; run; quit;

will give two graphs that are presented vertically: in the output window:

GRAPH1

GRAPH2

I would like them to appear horizontally like

GRAPH1 GRAGH2

Is there any easy way to do that?

Thanks

Andrew

============================================================================= This communication, together with any attachments hereto or links contained herein, is for the sole use of the intended recipient(s) and may contain information that is confidential or legally protected. If you are not the intended recipient, you are hereby notified that any review, disclosure, copying, dissemination, distribution or use of this communication is STRICTLY PROHIBITED. If you have received this communication in error, please notify the sender immediately by return e-mail message and delete the original and all copies of the communication, along with any attachments hereto or links herein, from your system.

============================================================================= The Travelers e-mail system made this annotation on 07/12/07, 12:29:18.


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