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 2000, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 11 Jul 2000 11:29:04 -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: how to modify  the  graph axis scale ?
Content-Type: text/plain; charset=us-ascii

gaelle wrote: > > Hi all, > > I made a plot graph. > I cannot see all my plots on the graph because of the X axis > scale. I don't know how to change it. I have tried to find the > keywords in gplot and plot help menu. I didn't find anything, or > maybe I don't use them correctly.

In PROC GPLOT or PROC PLOT, for example, use

PLOT var / haxis=0 to 20 by 4;

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