MultipleListPlot
- To: mathgroup at smc.vnet.net
- Subject: [mg33866] MultipleListPlot
- From: Yas <yast at optushome.com.au>
- Date: Sat, 20 Apr 2002 02:50:02 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Hi Mike, SymbolStyle -> {RGBColor[0,1,0], RGBColor[1,0,0], RGBColor[0,0,1]} There is also PlotStyle, SymbolShape etc. More examples can be found in the help files under AddOns, Graphics`MultipleListPlot`. Cheers Yas On Friday, April 19, 2002, at 04:29 PM, Mike wrote: I must plot several series of points. Can I use color in MultipleListPlot? Thanks.