Re: Re: How to set linewidth in 3-D graphics?
- To: mathgroup at smc.vnet.net
- Subject: [mg50023] Re: [mg50006] Re: How to set linewidth in 3-D graphics?
- From: "David Park" <djmp at earthlink.net>
- Date: Thu, 12 Aug 2004 05:43:32 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
curve[t_] := {Cos[t], Sin[t], t, AbsoluteThickness[2]}
ParametricPlot3D[curve[t], {t, 0, 4*Pi}]
David Park
djmp at earthlink.net
http://home.earthlink.net/~djmp/
From: ffdfsdfsdfsdfsd [mailto:fddhfdfhdfh at hotmail.com]
To: mathgroup at smc.vnet.net
On 2 May 1997 03:07:54 -0400, Yaroslaw Bazaliy wrote:
>Dear All:
>I plot a curve in 3-D with "ParametricPlot3-D". I would like to
>be able to change the thickness of the curve. Is it possible?
>I 2-D the option PlotStyle did it...
>Thanks for all suggestions.
>Yaroslaw.
No