RE: ListPlot command
- To: mathgroup at smc.vnet.net
- Subject: [mg9742] RE: [mg9710] ListPlot command
- From: Ezra Freedman <ewf3 at columbia.edu>
- Date: Tue, 25 Nov 1997 00:06:44 -0500
- Sender: owner-wri-mathgroup at wolfram.com
Thanks very much. I was running into problems as I was using the option "DefaultColor" instead of PlotStyle->RGBColor. PlotStyle did the trick. On Fri, 21 Nov 1997, Jean-Marie THOMAS wrote: > Try this: > g1=ListPlot[firstList,PlotStyle->RGBColor[1,0,0]] (*will produce Red*) > g2= (same but RGBColor[0,1,0] (*will produce Green*) > g3= (same but RGBColor[0,0,1] (*will produce Blue*) > Show[{g1,g2,g3}] > > -----Message d'origine----- > De: Ezra Freedman [SMTP:ewf3 at columbia.edu] > Date: vendredi 21 novembre 1997 07:32 > A: mathgroup at smc.vnet.net > Objet: [mg9710] ListPlot command > > Hi. > I have three lists of (x,y) pairs which I would like to plot on the same > graph. > I would like each list to be assigned a different color, and can not > figure out how to do this. Does anyone have any ideas? > > > >