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 (May 2001, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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 &parameter*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


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