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: [mg50029] Re: [mg50006] Re: How to set linewidth in 3-D graphics?
  • From: DrBob <drbob at bigfoot.com>
  • Date: Thu, 12 Aug 2004 05:43:43 -0400 (EDT)
  • References: <5kc3sa$4bd@smc.vnet.net> <200408110953.FAA04104@smc.vnet.net>
  • Reply-to: drbob at bigfoot.com
  • Sender: owner-wri-mathgroup at wolfram.com

On the contrary; it's very easy, if you use David Park's DrawGraphics package:

Needs["DrawGraphics`DrawingMaster`"]
Draw3DItems[{Blue, AbsoluteThickness[
     3], ParametricDraw3D[
     (3/2)*{Cos[t], Sin[t], 0},
     {t, 0, 2*Pi}]}]

David can tell you how to do it without the package, I suppose, but why bother?

http://home.earthlink.net/~djmp/Mathematica.html

Bobby

On Wed, 11 Aug 2004 05:53:01 -0400 (EDT), ffdfsdfsdfsdfsd <fddhfdfhdfh at hotmail.com> wrote:

> 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
>
>
>



-- 
DrBob at bigfoot.com
www.eclecticdreams.net


  • Prev by Date: Re: Re: How to set linewidth in 3-D graphics?
  • Next by Date: Re: How to set linewidth in 3-D graphics?
  • Previous by thread: Re: Re: Re: How to set linewidth in 3-D graphics?
  • Next by thread: Re: Re: How to set linewidth in 3-D graphics?