plotting a curve in 3D from data
- To: mathgroup at smc.vnet.net
- Subject: [mg116301] plotting a curve in 3D from data
- From: Robert Rosenbaum <robertr at math.uh.edu>
- Date: Thu, 10 Feb 2011 05:23:00 -0500 (EST)
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