Re: ScatterPlot3D with vertical lines
- To: mathgroup at smc.vnet.net
- Subject: [mg22587] Re: ScatterPlot3D with vertical lines
- From: "Allan Hayes" <hay at haystack.demon.co.uk>
- Date: Sun, 12 Mar 2000 22:55:31 -0500 (EST)
- References: <8aejna$3b2@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
John,
<<Graphics`Graphics3D`
lpts = Table[{ t Cos[t], t Sin[t], t},
{t, 0, 4Pi, Pi/20}];
ScatterPlot3D[lpts]
Show[% /. Point[{x_, y_, z_}] -> Line[{{x, y, 0}, {x, y, z}}]]
Allan
---------------------
Allan Hayes
Mathematica Training and Consulting
Leicester UK
www.haystack.demon.co.uk
hay at haystack.demon.co.uk
Voice: +44 (0)116 271 4198
Fax: +44 (0)870 164 0565
"John Flint" <j_flint at post4.tele.dk> wrote in message
news:8aejna$3b2 at smc.vnet.net...
>
> I would like to make a ScatterPlot3D with vertical lines from the points
> down to the base plane. How can that be accomplished?
>
> Kind regards
>
> John Flint
>
>