[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: plot3 plots surface rather than line
From: |
Przemek Klosowski |
Subject: |
Re: plot3 plots surface rather than line |
Date: |
Wed, 28 Sep 2005 11:30:22 -0400 (EDT) |
The help for plot3 says:
usage: plot3 (x, y, z)
...
If all arguments are vectors of the same length, a single line
is drawn in three space.
but on my 2.1.71 it does something else: it treats the x,y,z vectors
as values of Z for three lines in the X-Y plane; in other words, it's
plot3(z1,z2,z3), showing a 3-by-length(z) carpet plot.
-------------------------------------------------------------
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
-------------------------------------------------------------