Re: How to change thickness of curves drawn by ParametricPlot3D?
- To: mathgroup at smc.vnet.net
- Subject: [mg39396] Re: How to change thickness of curves drawn by ParametricPlot3D?
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Fri, 14 Feb 2003 03:17:46 -0500 (EST)
- Organization: Universitaet Leipzig
- References: <b2fqsf$k9n$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
ParametricPlot3D[{
Cos[t],Sin[t],1,
{Hue[t/(2Pi)],AbsoluteThickness[15*t/(2Pi)]}
},{t,0,2Pi}];
Regards
Jens
Xiangdong Liu wrote:
>
> It must be easy but how do I add line/curve thickness in
> ParametricPlot3D as in
>
> ParametericPlot3D[{Cos[t], Sin[t], 1}, {t,0, 2Pi}];
>
> Can AbsoluteThickness[2] be added to the above line somehow,
> somewhere?
>
> Thanks,
>
> Xiangdong Liu