help-octave
[Top][All Lists]
Advanced

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

Re: Plot 3d-points?


From: Carlo de Falco
Subject: Re: Plot 3d-points?
Date: Sat, 20 Mar 2010 20:28:04 +0100


On 20 Mar 2010, at 20:20, Søren Hauberg wrote:

lør, 20 03 2010 kl. 20:06 +0100, skrev Stefan Neumann:
how do you plot 3d-points?

plot() is for 2d
plot3() seems to allow only lines.
mesh() is only for functions but not arbitrary data-points.

You can use 'plot3'; you just have to change the line style. Something
like this, should do the trick

 plot3 (x, y, z, "o")

Søren

you might also want to have a look at the command 'scatter3'
c.


reply via email to

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