MathGroup Archive 2004

[Date Index] [Thread Index] [Author Index]

Search the Archive

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?"


  • Prev by Date: Re: Oddities of Plot[]
  • Next by Date: Variance of sample and whole dataset
  • Previous by thread: Graphics Symbols
  • Next by thread: Re: no line PlotStyles with ParametricPlot3D ?