| 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.
|