Re: False image plot
- To: mathgroup at smc.vnet.net
- Subject: [mg58359] Re: False image plot
- From: "Jens-Peer Kuska" <kuska at informatik.uni-leipzig.de>
- Date: Tue, 28 Jun 2005 21:56:54 -0400 (EDT)
- Organization: Uni Leipzig
- References: <d9r528$56u$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi, data = Table[{x, Random[], Random[]}, {x, 0, 1, 1./10}] Show[Graphics[{AbsolutePointSize[4], {Hue[Last[#]], Point[Take[#, 2]]} & /@ data}, Frame -> True ] ] Regards Jens "tornado78" <tornado78 at hotmail.com> schrieb im Newsbeitrag news:d9r528$56u$1 at smc.vnet.net... > Ok here is another one i need help on > > How do you get mathematica to take three lists > of numbers, plot one as x, one as y and the > third not as a 3rd dimension but as a color > value of some sort for example blue for low > values, red and yellow for high values of the > third set of numbers > > thanks >