no line PlotStyles with ParametricPlot3D ?
- To: mathgroup at smc.vnet.net
- Subject: [mg51190] no line PlotStyles with ParametricPlot3D ?
- From: mathma18 at hotmail.com (Narasimham G.L.)
- Date: Thu, 7 Oct 2004 05:26:28 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
<< Graphics`Graphics3D`;
xyz = {Cos[t] Cosh[t], t + Tanh[t], Sin[t]Cosh[t]};
ParametricPlot3D[xyz, {t, 0, 2 Pi} ];
xyzT = Table[ xyz, {t, 0, 2 Pi,Pi/30}];
ScatterPlot3D[xyzT, PlotJoined -> True,
PlotStyle -> {RGBColor[1, 0, 0], Thickness[.01]} ];
"PlotStyles of 3D space curve not possible except by using ScatterPlot?"