MathGroup Archive 2002

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

Search the Archive

Re: Colored ListPlot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg36883] Re: Colored ListPlot
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Tue, 1 Oct 2002 04:45:01 -0400 (EDT)
  • Organization: Universitaet Leipzig
  • References: <an8sm0$6r6$1@smc.vnet.net>
  • Reply-to: kuska at informatik.uni-leipzig.de
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

data = Table[{Random[], Random[], Random[]}, {20}];

Show[Graphics[
    {Hue[Last[#]], Point[Take[#, 2]]} & /@ data, Axes -> True
    ]
  ]


Regards
  Jens

Moranresearch at aol.com wrote:
> 
> I have a list of points l1={xi,yi,zi} how can I make a 2D list plot of
> {xi,yi} where the color of each point is zi ? Thank you. John


  • Next by Date: Re: Colored ListPlot
  • Next by thread: Re: Colored ListPlot