MathGroup Archive 2008

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Tooltip with ListPointPlot3D

  • To: mathgroup at smc.vnet.net
  • Subject: [mg87630] Re: Tooltip with ListPointPlot3D
  • From: fsb at thefsb.org
  • Date: Tue, 15 Apr 2008 05:45:18 -0400 (EDT)
  • References: <ftq589$h5$1@smc.vnet.net> <ftscvn$b8q$1@smc.vnet.net>

On Apr 13, 3:33 am, Jens-Peer Kuska <ku... at informatik.uni-leipzig.de>
wrote:

> d3 = Table[
>    Prepend[Table[Random[], {3}], "label-" <> ToString[i]], {i, 10}]
> d3t = Tooltip[Point[Rest[#]], First[#]] & /@ d3;
> Graphics3D[
>   {d3t}, Axes -> True]

thanks, jens, that worked like a charm.

for anyone that cares, the dataset i'm looking at is from this page:
http://www.rmimaging.com/projects/inks/inks.html mathematica lets me
look at these fountain pen inks in a whole new way.


  • Prev by Date: Re: Numerical integration and list of points
  • Next by Date: Re: Malformed Fractions in a PDF file
  • Previous by thread: Re: Tooltip with ListPointPlot3D
  • Next by thread: FinancialData problems