Re: Re: How to set linewidth in 3-D graphics?
- To: mathgroup at smc.vnet.net
- Subject: [mg50043] Re: [mg50006] Re: How to set linewidth in 3-D graphics?
- From: Tomas Garza <tgarza01 at prodigy.net.mx>
- Date: Thu, 12 Aug 2004 05:44:41 -0400 (EDT)
- References: <5kc3sa$4bd@smc.vnet.net> <200408110953.FAA04104@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Sorry to disagree with the No below. Thickness is a graphics directive which may be used with 2- and 3-D graphics. Use the ParametricPlot example in the Help browser: In[1]:= ParametricPlot[{Cos[5*t], Sin[3*t]}, {t, 0, 2*Pi}, AspectRatio -> Automatic, PlotStyle -> Thickness[0.02]]; You get a heavy curve. Tomas Garza Mexico City ----- Original Message ----- From: "ffdfsdfsdfsdfsd" <fddhfdfhdfh at hotmail.com> To: mathgroup at smc.vnet.net Subject: [mg50043] [mg50006] Re: How to set linewidth in 3-D graphics? > 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 > >
- Follow-Ups:
- Re: Re: Re: How to set linewidth in 3-D graphics?
- From: DrBob <drbob@bigfoot.com>
- Re: Re: Re: How to set linewidth in 3-D graphics?
- References:
- Re: How to set linewidth in 3-D graphics?
- From: fddhfdfhdfh@hotmail.com (ffdfsdfsdfsdfsd)
- Re: How to set linewidth in 3-D graphics?