help-octave
[Top][All Lists]
Advanced

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

Re: Simple 3-D plotting


From: Jordi Gutierrez Hermoso
Subject: Re: Simple 3-D plotting
Date: Sat, 26 Aug 2006 12:36:11 -0500

On 25/08/06, Tony Fernandez <address@hidden> wrote:
I am trying to plot, say, 5 points in a three dimensional space, and connect
these points with segments between each consecutive point.  This will give
me only four segments. From point1 to point2, them from point2 to point3,
and so on.

How can I draw/plot these four segments without ending up with a mesh?

The Octaviz vtk_line3 function also accomplishes this, if you input
your coordinates as row vectors (probably we should modify it to
understand column vectors too). Octaviz can be downloaded from

    http://octaviz.sourceforge.net

or, if you have an APT-based distro, "apt-get install octaviz" will
get you everything you need.

HTH,
- Jordi G. H.


reply via email to

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