PlotStyle in MultipleListPlot
- To: mathgroup at smc.vnet.net
- Subject: [mg26471] PlotStyle in MultipleListPlot
- From: Andrew Watson <abwatson at mail.arc.nasa.gov>
- Date: Fri, 22 Dec 2000 22:46:09 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
In the function MultipleListPlot, I am trying to give each plot a
specified thickness as well as a specific color. I have tried various
variants of
PlotStyle ->{{Thickness[0.01], RGBColor[1, 0, 0]}, {Thickness[0.02],
RGBColor[0, 1, 0]}}
but nothing seems to work.
any tips?
-Andrew