MathGroup Archive 2003

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

Search the Archive

Re: ParametricPlot3D Options

  • To: mathgroup at smc.vnet.net
  • Subject: [mg43332] Re: [mg43325] ParametricPlot3D Options
  • From: "Gary L. Gray" <gray at engr.psu.edu>
  • Date: Mon, 25 Aug 2003 04:10:43 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

On Sunday, August 24, 2003, at 04:55  AM, Flurchick, Kenneth M 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???

This should do it:

ParametricPlot3D[{Cos[t], Sin[t],
   t, {AbsoluteThickness[2], RGBColor[1, 0, 0]}}, {t, 0, 2 Pi}]

Best regards,
-- 
    Gary L. Gray
    Associate Professor
    Engineering Science & Mechanics
    Penn State University
    (814) 863-1778
    http://www.esm.psu.edu/Faculty/Gray/

If possible, please avoid sending me Word or PowerPoint attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html


  • Prev by Date: Re: ParametricPlot3D Options
  • Next by Date: How does MathReader work?
  • Previous by thread: Re: ParametricPlot3D Options
  • Next by thread: RE: ParametricPlot3D Options