MathGroup Archive 2005

[Date Index] [Thread Index] [Author Index]

Search the Archive

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
> 



  • Prev by Date: Re: Smoothing Splines
  • Next by Date: Re: A ToExpression question
  • Previous by thread: Re: False image plot
  • Next by thread: Re: False image plot