MathGroup Archive 2014

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

Search the Archive

ListPointPlot3D[Tooltip[]] Help

  • To: mathgroup at smc.vnet.net
  • Subject: [mg132744] ListPointPlot3D[Tooltip[]] Help
  • From: reiser.paul at gmail.com
  • Date: Wed, 21 May 2014 04:13:42 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-outx@smc.vnet.net
  • Delivered-to: mathgroup-newsendx@smc.vnet.net
  • Reply-to: reiser.paul at gmail.com

I want to plot 2 points {1,1,1} and {2,2,2} using ListPointPlot3D and
Tooltip, labelling each point "a" and "b" respectively.

ListPointPlot3D[Tooltip[{{1, 1, 1}, {2, 2, 2}}, {"a", "b"}]] doesn't seem
to work (it displays "{a,b}" at both points)

Thanks for any help...




  • Follow-Ups:
    • Re: Help
      • From: Matthias Bode <lvsaba@hotmail.com>
    • Re: Help
      • From: Bob Hanlon <hanlonr357@gmail.com>
  • Prev by Date: packages...
  • Next by Date: Re: packages...
  • Previous by thread: Re: packages...
  • Next by thread: Re: Help