|
[Date Index]
[Thread Index]
[Author Index]
Re: ListPointPlot3D - how to join points
- To: mathgroup at smc.vnet.net
- Subject: [mg105349] Re: ListPointPlot3D - how to join points
- From: SHuisman at giganews.com
- Date: Sun, 29 Nov 2009 05:09:32 -0500 (EST)
- References: <heqepe$1hg$1@smc.vnet.net>
This should do the trick:
Graphics3D[Line[my3Dtable], Axes -> True, BoxRatios -> Automatic]
Just making some graphic primitives, and do it yourself, it is really easy as you can see.
Prev by Date:
Re: RevolutionPlot3D: Specifying the axis of rotation
Next by Date:
Re: ListPointPlot3D - how to join points
Previous by thread:
ListPointPlot3D - how to join points
Next by thread:
Re: ListPointPlot3D - how to join points
|