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

