Re: Dashed space curve
- To: mathgroup at smc.vnet.net
- Subject: [mg47181] Re: Dashed space curve
- From: bghiggins at ucdavis.edu (Brian Higgins)
- Date: Mon, 29 Mar 2004 04:22:28 -0500 (EST)
- References: <c45n3g$s0t$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Michael, The attributes for the Parametric3D are added as follows ParametricPlot3D[{Cos[t], Sin[t], t, Dashing[{0.01, 0.08}]}, {t, 0, 2?}] Brian