Groups | Search | Server Info | Login | Register


Groups > comp.soft-sys.math.mathematica > #16956

Re: ListPointPlot3D[Tooltip[]] Help

From Alexei Boulbitch <Alexei.Boulbitch@iee.lu>
Newsgroups comp.soft-sys.math.mathematica
Subject Re: ListPointPlot3D[Tooltip[]] Help
Date 2014-05-23 06:42 +0000
Message-ID <llmqkh$12j$1@smc.vnet.net> (permalink)
Organization Time-Warner Telecom

Show all headers | View raw


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...


Hi, try this:

Show[{
  ListPointPlot3D[Tooltip[{{1, 1, 1}}, "a"]],
  ListPointPlot3D[Tooltip[{{2, 2, 2}}, "b"]]
  }]

Have fun, Alexei

Alexei BOULBITCH, Dr., habil.
IEE S.A.
ZAE Weiergewan,
11, rue Edmond Reuter,
L-5326 Contern, LUXEMBOURG

Office phone :  +352-2454-2566
Office fax:       +352-2454-3566
mobile phone:  +49 151 52 40 66 44

e-mail: alexei.boulbitch@iee.lu



Back to comp.soft-sys.math.mathematica | Previous | Next | Find similar


Thread

Re: ListPointPlot3D[Tooltip[]] Help Alexei Boulbitch <Alexei.Boulbitch@iee.lu> - 2014-05-23 06:42 +0000

csiph-web