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.b...@iee.lu