reise...@gmail.com
unread,May 21, 2014, 4:13:45 AM5/21/14You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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...