|
If you are using SAS under Windows version 7 or higher, you can use ODS and
do some rather nice things. You can even add JAVA or ActiveX controls and
get some great output. To make things easy, you can use the interactive
Graph-N-Go to get the graph looking real nice, then save the resulting SAS
code. I did a paper at SUGI 26 on this subject. The paper is available at
the SAS web site.
-----Original Message-----
From: Graeme Kirton [mailto:gkirton@FILCS.COM]
Sent: Monday, May 28, 2001 6:21 AM
To: SAS-L@LISTSERV.UGA.EDU
Subject: Scatter Plots
Anyone got any ideas, on how to make my scatter plots look better, more
presentable. These look awful.
PROC plot DATA=devrf.dev_sm001a_b1_50_precon ;
plot ¶meter*Die='*';
RUN;
Thanx
Graeme
____________________________________________________________________________
________________________________
Disclaimer
This email may contain privileged/confidential information and/or copyright
material. It is intended only for the use of the person(s) to whom it is
addressed and any unauthorised use may be unlawful. If you receive this
email
by mistake, please advise the sender immediately by using the reply facility
on
your email software and delete the material from your computer.
Opinions, conclusions and other information in this email that do not relate
to
the official business of this organisation shall be understood as neither
given
nor endorsed by it.
If this message forms part of a quotation, the quotation is an invitation to
treat only. No contract subsists until Filtronic Plc (or its subsidiary
companies) accepts your order. Acceptance of your order is made subject to
our
standard Terms and Conditions.
Website Address http://www.filtronic.com
|