| Date: | Tue, 29 May 2001 08:46:55 -0400 |
| Reply-To: | Paige Miller <paige.miller@KODAK.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Paige Miller <paige.miller@KODAK.COM> |
| Organization: | Eastman Kodak Company |
| Subject: | Re: Scatter Plots |
| Content-Type: | text/plain; charset=us-ascii |
Graeme Kirton wrote:
>
> 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;
If at all possible, replace PROC PLOT with PROC GPLOT. Use colors. If
you are using GPLOT, turn the label on the vertical axis 90 degrees
with the AXIS statement. Annotate appropriately. Regardless of whether
you use PLOT or GPLOT, label your axes with real words rather than SAS
variable names, put a title on the plot.
--
Paige Miller
Eastman Kodak Company
paige.miller@kodak.com
"It's nothing until I call it!" -- Bill Klem, NL Umpire
"Those black-eyed peas tasted all right to me" -- Dixie Chicks
|