RE: How to change thickness of curves drawn by ParametricPlot3D?
- To: mathgroup at smc.vnet.net
- Subject: [mg39411] RE: [mg39385] How to change thickness of curves drawn by ParametricPlot3D?
- From: "David Park" <djmp at earthlink.net>
- Date: Fri, 14 Feb 2003 03:21:43 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Xiangdong, Use the 4th argument of the parametrization to give style directives. ParametricPlot3D[{Cos[t], Sin[t], 1, AbsoluteThickness[2]}, {t, 0, 2Pi}] David Park djmp at earthlink.net http://home.earthlink.net/~djmp/ From: Xiangdong Liu [mailto:liu at vtaix.cc.vt.edu] To: mathgroup at smc.vnet.net 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