MathGroup Archive 2009

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

Search the Archive

Plot Table of functions does not distinguish colors

  • To: mathgroup at smc.vnet.net
  • Subject: [mg102676] Plot Table of functions does not distinguish colors
  • From: fd <fdimer at gmail.com>
  • Date: Tue, 18 Aug 2009 06:09:32 -0400 (EDT)

All, this seems like a simple question, but when I want to create a
table with different function as in the example

Plot[Table[Sin[n x], {n, 1, 3, 1}], {x, 0, 2 Pi}, PlotRange -> All,
PlotStyle -> Thick]

I get all three plots with the same color. If I instead write the
table manually

Plot[{Sin[x], Sin[2 x], Sin[3 x]}, {x, 0, 2 Pi},PlotStyle->Thick]

This gives a different plot with a different color for each plot.

Can anyone shed some light on why this behavior?

Best


  • Prev by Date: Re: Searching through Virtual Book
  • Next by Date: Re: Very strange behaviour of ArcTan[]
  • Previous by thread: "Mathematica could not establish a connection to the kernel"
  • Next by thread: Re: Plot Table of functions does not distinguish colors