Re: Dashed space curve
- To: mathgroup at smc.vnet.net
- Subject: [mg47178] Re: Dashed space curve
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Mon, 29 Mar 2004 04:22:25 -0500 (EST)
- Organization: Universitaet Leipzig
- References: <c45n3g$s0t$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
- Sender: owner-wri-mathgroup at wolfram.com
Hi, ParametricPlot3D[{Sin[t], Cos[t], t/4, AbsoluteDashing[{1, 3}]}, {t, 0, 8Pi}] Regards Jens Michael wrote: > > Hello, > > I would like to draw a dashed space curve (using ParametricPlot3D). > How can I achieve that? > > Regards, > Michael