|
[Date Index]
[Thread Index]
[Author Index]
Re: plotting a curve in 3D from data
- To: mathgroup at smc.vnet.net
- Subject: [mg116332] Re: plotting a curve in 3D from data
- From: DrMajorBob <btreat1 at austin.rr.com>
- Date: Fri, 11 Feb 2011 04:15:33 -0500 (EST)
Graphics3D[Point@list]
or Polygon in place of Point?
Bobby
On Thu, 10 Feb 2011 04:23:00 -0600, Robert Rosenbaum <robertr at math.uh.edu>
wrote:
> I have a sequence of points that trace out a curve in 3D space. I'd
> like to plot this curve.
> ListPlot3D only seems good for plotting 2D surfaces.
>
> Is there an easy way to plot curves in 3D from data?
> Something like what one would expect ListPointPlot3D[..., Joined->True]
> to produce.
>
>
> Best,
> Robert
>
>
>
>
>
>
--
DrMajorBob at yahoo.com
Prev by Date:
Re: list manipulation
Next by Date:
ContourPlot confusion
Previous by thread:
Re: plotting a curve in 3D from data
Next by thread:
Re: plotting a curve in 3D from data
|