Re: color and pointsize in listplot
- To: mathgroup at smc.vnet.net
- Subject: [mg48372] Re: color and pointsize in listplot
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Wed, 26 May 2004 02:41:20 -0400 (EDT)
- Organization: Universitaet Leipzig
- References: <c8vasm$3vn$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
pnts = Table[{Random[], Random[], Hue[Random[]], Random[]/4}, {16}];
Show[Graphics[
{PointSize[#[[4]]], #[[3]], Point[{#[[1]], #[[2]]}]} & /@ pnts]
]
??
Regards
Jens
Maurits Haverkort wrote:
>
> Dear all
>
> I have a list consisting of {x,y,RGBColor,Pointsize} that I would like to
> plot. I.e. each point will have a different size and color. How can I do
> this in Mathemaitca.
>
> Best Regards,
> Maurits