Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: ListPointPlot3D[Tooltip[]] Help

614 views
Skip to first unread message

Alexei Boulbitch

unread,
May 23, 2014, 2:42:25 AM5/23/14
to
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




0 new messages