|
[Date Index]
[Thread Index]
[Author Index]
Re: Tooltip with ListPointPlot3D
- To: mathgroup at smc.vnet.net
- Subject: [mg87619] Re: Tooltip with ListPointPlot3D
- From: "Fred Klingener" <gigabitbucket at gmail.com>
- Date: Mon, 14 Apr 2008 05:46:45 -0400 (EDT)
- References: <ftq589$h5$1@smc.vnet.net>
- Reply-to: "Fred Klingener" <gigabitbucket at gmail.com>
<fsb at thefsb.org> wrote in message news:ftq589$h5$1 at smc.vnet.net...
> I'm having trouble using Tooltip with ListPointPlot3D. The
> documentation
> shows a couple of usages but not the one I'm looking for.
> ...
> Now what about 3D data?
>
> d3 = Table[
> Prepend[Table[Random[], {3}], "label-" <> ToString[i]], {i, 10}]
> d3t = Tooltip[Rest[#], First[#]] & /@ d3
> ListPointPlot3D[d3t]
>
>>> ListPointPlot3D::arrayerr:
>>> {{0.84741,0.224122,0.626086},{<<1>>},<<6>>,<<1>>,{<<1>>}} must be a
>>> valid array or a list of valid arrays. >>
>
> I've tried this various ways but haven't been able to make it work. I
> also tried it with graphics primitives and got similar results.
>
> Any ideas would be most welcome!
Look for a c.s-s.m.m thread last January "Locator 3D". Maxim Rytin posted a
nifty 3D picking example that used Mouseover.
Hth,
Fred Klingener
Prev by Date:
Re: List concatenation speed
Next by Date:
Re: List concatenation speed
Previous by thread:
Re: Tooltip with ListPointPlot3D
Next by thread:
Re: Tooltip with ListPointPlot3D
|