help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to plot withou y-axis labels?


From: jian Xu
Subject: How to plot withou y-axis labels?
Date: Fri, 29 Sep 2006 01:04:26 -0500

Hi,
I'd like to make a plot without any y-axis labels, how can I do that?  I tried:

plot(sin(0:.1:2));
tics('y',[0]);

But it doesn't work.  Can anyone tell me the way to erase the y-axis
tics?  Thanks!

Jian


reply via email to

[Prev in Thread] Current Thread [Next in Thread]