MathGroup Archive 2000

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

Search the Archive

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


  • Prev by Date: Rotated Label Bad With Ratios
  • Next by Date: Infinite sum of n^2 Exp[-n^2]
  • Previous by thread: Re: Rotated Label Bad With Ratios
  • Next by thread: Re: PlotStyle in MultipleListPlot