 
 
 
 
 
 
Re: ParametricPlot3D Options
- To: mathgroup at smc.vnet.net
- Subject: [mg43333] Re: [mg43325] ParametricPlot3D Options
- From: Selwyn Hollis <selwynh at earthlink.net>
- Date: Mon, 25 Aug 2003 04:10:44 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Ahh.. my own favorite, long-standing complaint: No PlotStyle option for 
ParametricPlot3D. Why this DESIGN FLAW still persists after all these 
years/versions is beyond me.
Anyway, here's the arcane way to work around it:
ParametricPlot3D[{Sin[t],Cost[t],t/10, {Hue[0],Thickness[.01]}}, 
{t,0,4Pi}]
-----
Selwyn Hollis
http://www.math.armstrong.edu/faculty/hollis
On Sunday, August 24, 2003, at 04:55  AM, Flurchick, Kenneth M wrote:
> GentleBeings
> 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???
> kenf
>
>

