Discussion:
ListPointPlot3D[Tooltip[]] Help
(too old to reply)
r***@gmail.com
2014-05-21 08:13:45 UTC
Permalink
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...
Alexei Boulbitch
2014-05-23 06:42:25 UTC
Permalink
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: ***@iee.lu

Loading...