Re: Thickness in 3D parametric plots
- To: mathgroup at smc.vnet.net
- Subject: [mg18546] Re: Thickness in 3D parametric plots
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Sat, 10 Jul 1999 02:18:45 -0400
- Organization: Universitaet Leipzig
- References: <7m3k68$sd7@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
ist this thick enough for you ?
ParametricPlot3D[{Cos[phi], Sin[phi], phi, Thickness[0.4]}, {phi, 0,
4Pi}]
Regards
Jens
Brad Osgood wrote:
>
> Sorry for the elementary question, but can someone tell me how to get a
> thicker curve in a 3D parametric plot. (I'm plotting a curve lying on a
> plane, and I'd like the curve to stand out more.)
>
> Thanks. Email welcome.
>
> Brad Osgood