Re: Re: Re: How to set linewidth in 3-D graphics?
- To: mathgroup at smc.vnet.net
- Subject: [mg50054] Re: [mg50043] Re: [mg50006] Re: How to set linewidth in 3-D graphics?
- From: DrBob <drbob at bigfoot.com>
- Date: Fri, 13 Aug 2004 05:55:58 -0400 (EDT)
- References: <5kc3sa$4bd@smc.vnet.net> <200408110953.FAA04104@smc.vnet.net> <200408120944.FAA18744@smc.vnet.net>
- Reply-to: drbob at bigfoot.com
- Sender: owner-wri-mathgroup at wolfram.com
But the question was about ParamatricPlot3D, which doesn't accept a PlotStyle option.
Bobby
On Thu, 12 Aug 2004 05:44:41 -0400 (EDT), Tomas Garza <tgarza01 at prodigy.net.mx> wrote:
> 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
> To: mathgroup at smc.vnet.net
> Subject: [mg50054] [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
>>
>>
>
>
>
>
--
DrBob at bigfoot.com
www.eclecticdreams.net
- References:
- Re: How to set linewidth in 3-D graphics?
- From: fddhfdfhdfh@hotmail.com (ffdfsdfsdfsdfsd)
- Re: Re: How to set linewidth in 3-D graphics?
- From: Tomas Garza <tgarza01@prodigy.net.mx>
- Re: How to set linewidth in 3-D graphics?