MathGroup Archive 2004

[Date Index] [Thread Index] [Author Index]

Search the Archive

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




  • Prev by Date: SE and CI in NonlinearRegress
  • Next by Date: Re: Optional Alternatives
  • Previous by thread: Re: Re: How to set linewidth in 3-D graphics?
  • Next by thread: Re: How to set linewidth in 3-D graphics?