Groups | Search | Server Info | Login | Register
Groups > comp.soft-sys.math.mathematica > #16956
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!peer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!nx02.iad01.newshosting.com!newshosting.com!newspump.sol.net!post2.nntp.sol.net!posts.news.twtelecom.net!nnrp3.twtelecom.net!not-for-mail |
|---|---|
| From | Alexei Boulbitch <Alexei.Boulbitch@iee.lu> |
| Newsgroups | comp.soft-sys.math.mathematica |
| Subject | Re: ListPointPlot3D[Tooltip[]] Help |
| Date | Fri, 23 May 2014 06:42:25 +0000 (UTC) |
| Sender | steve@smc.vnet.net |
| Approved | Steven M. Christensen <steve@smc.vnet.net>, Moderator |
| Message-ID | <llmqkh$12j$1@smc.vnet.net> (permalink) |
| Lines | 33 |
| Organization | Time-Warner Telecom |
| NNTP-Posting-Date | 23 May 2014 06:48:52 GMT |
| NNTP-Posting-Host | cc372ac4.news.twtelecom.net |
| X-Trace | DXC=`gf=5Hc45C49g9ZDEYmh=8C_A=>8kQj6=;[h;PUXBgb4?SWP;HjUf@6EFiONJ7[Go6_YgGMbce5N2 |
| X-Complaints-To | abuse@twtelecom.net |
| X-Received-Bytes | 1421 |
| X-Received-Body-CRC | 3325698493 |
| Xref | csiph.com comp.soft-sys.math.mathematica:16956 |
Show key headers only | View raw
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.boulbitch@iee.lu
Back to comp.soft-sys.math.mathematica | Previous | Next | Find similar
Re: ListPointPlot3D[Tooltip[]] Help Alexei Boulbitch <Alexei.Boulbitch@iee.lu> - 2014-05-23 06:42 +0000
csiph-web