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
|