help-octave
[Top][All Lists]
Advanced

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

Re: kmatplot


From: Laurent Jacques
Subject: Re: kmatplot
Date: Tue, 1 Apr 2003 07:54:03 +0100
User-agent: KMail/1.5.1

On Monday 31 March 2003 18:38, ivan wrote:
| > mat=rand(5,5);
| > kaddaxes(0);
|
| yes, works
|
| > kmesh(mat);
|
| no, but kplot works.

Did you try kaddaxes(1) for kmesh ?
That is the sequence

mat=rand(5,5);
kaddaxes(1);
kmesh(mat);

I remember now that kaddaxes(0) is for 2D graphics and kaddaxes(1) for the 3D 
ones.

help kaddaxes 
says more about this.

Bye,
Laurent.



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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