help-octave
[Top][All Lists]
Advanced

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

Re: Plot 3d-points?


From: Søren Hauberg
Subject: Re: Plot 3d-points?
Date: Sat, 20 Mar 2010 12:20:58 -0700

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



reply via email to

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