Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.mathematica > #2421
| From | Louis-Alexandre <laeh@nyu.edu> |
|---|---|
| Newsgroups | comp.soft-sys.math.mathematica |
| Subject | Points conditionnal Coloring |
| Date | 2011-05-17 11:46 +0000 |
| Organization | Steven M. Christensen and Associates, Inc and MathTensor, Inc. |
| Message-ID | <iqtn7b$ik2$1@smc.vnet.net> (permalink) |
Hi,
I am trying to plot some points, and color them according to a particular Value.
dalist is of that kind : {{x1,y1,z1},{x2,y2,z2},... ,{xN, yN,zN}}
So I need a simple 2D plot where the color of the point will depend on the z value.
What I have :
Graphics[{Hue[#3], Point[{#1, #2}]} & @@@ dalist, Axes -> {True, True}]
Obviously this Hue[] is wrong.
Many thanks fo any help you could provide,
Back to comp.soft-sys.math.mathematica | Previous | Next — Next in thread | Find similar | Unroll thread
Points conditionnal Coloring Louis-Alexandre <laeh@nyu.edu> - 2011-05-17 11:46 +0000 Re: Points conditionnal Coloring Peter Pein <petsie@dordos.net> - 2011-05-19 11:43 +0000
csiph-web