problem with axis

Tino Langer tino.langer at gmx.net
Sat Jan 5 07:44:09 CST 2008


Hello,

I want to plot a funktion, where no tics or label ara drawn (only the 
axis itself). So I tried all the options for the axis command as listes 
in octave manual.

Here is the sample script:

<-- snip -->
x = 1:0.1:5;
plot (x, sin(x));
box("off");
axis([0,5,0,2], "Off");
<-- snap -->

The "Off" option turns everything off :-/ Is somebody able to give me a 
hint to plot the function without tics but with plain axis?

Many thanks! - Tino


More information about the Help-octave mailing list