ListPointPlot3D[Tooltip[]] Help
- To: mathgroup at smc.vnet.net
- Subject: [mg132744] ListPointPlot3D[Tooltip[]] Help
- From: reiser.paul at gmail.com
- Date: Wed, 21 May 2014 04:13:42 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: l-mathgroup@wolfram.com
- Delivered-to: mathgroup-outx@smc.vnet.net
- Delivered-to: mathgroup-newsendx@smc.vnet.net
- Reply-to: reiser.paul at gmail.com
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...
- Follow-Ups: