Re: ParametricPlot3D- Line Thickness
- To: mathgroup at smc.vnet.net
- Subject: [mg78686] Re: ParametricPlot3D- Line Thickness
- From: chuck009 <dmilioto at comcast.com>
- Date: Sat, 7 Jul 2007 05:55:26 -0400 (EDT)
Just concatenate a color and thickness as the fourth parameter:
ParametricPlot3D[{Cos[t], Sin[t], 2, {Red, Thickness[0.03]}}, {t, 0, 2 Pi}]
> Hi
>
> Does anyone know how to increase the thickness of the
> lines drawn using ParametricPlot3D in Mathematica
> 5.2?
>