help-octave
[Top][All Lists]
Advanced

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

problem with axis


From: Tino Langer
Subject: problem with axis
Date: Sat, 05 Jan 2008 14:44:09 +0100
User-agent: Thunderbird 2.0.0.9 (Windows/20071031)

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


reply via email to

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