MathGroup Archive 2003

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

Search the Archive

Re: ParametricPlot3D Options

  • To: mathgroup at smc.vnet.net
  • Subject: [mg43330] Re: ParametricPlot3D Options
  • From: bobhanlon at aol.com (Bob Hanlon)
  • Date: Mon, 25 Aug 2003 04:10:41 -0400 (EDT)
  • References: <bia06r$cqc$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

The documentation is not very clear; however, there is a fourth parameter {fx,
fy, fz, s} that handles this.

ParametricPlot3D[
    {Cos[5t],Sin[3t],Sin[t], 
      {Hue[1], AbsoluteThickness[2]}},
    {t,0,2 Pi}];


Bob Hanlon

In article <bia06r$cqc$1 at smc.vnet.net>, "Flurchick, Kenneth M"
<FLURCHICKK at MAIL.ECU.EDU> wrote:

<< I have a ParametricPlot3D which is a line in space
I want to change the color and thickness of the line
in Plot this is PlotStyle
but Prolog and Shaw do not seem to work
Hints???


  • Prev by Date: Mathematica to C
  • Next by Date: Re: Are points co-planar in (numDimensions-1)?
  • Previous by thread: ParametricPlot3D Options
  • Next by thread: Re: ParametricPlot3D Options