MathGroup Archive 2008

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

Search the Archive

Re: Setting Colours of Plots

  • To: mathgroup at smc.vnet.net
  • Subject: [mg84602] Re: Setting Colours of Plots
  • From: Bill Rowe <readnewsciv at sbcglobal.net>
  • Date: Sun, 6 Jan 2008 05:58:46 -0500 (EST)

On 1/5/08 at 4:33 AM, gregory.lypny at videotron.ca (Gregory Lypny)
wrote:

>I'm plotting five or six functions on one graph.  Is there a way to
>force all of them to have the same colour?

Yes, for example the code below will plot Cos[x] and Sin[x] in red

Plot[{Cos[x], Sin[x]}, {x, 0, 2 Pi}, PlotStyle -> Red]
--
To reply via email subtract one hundred and four


  • Prev by Date: Re: Setting Colours of Plots
  • Next by Date: Re: Setting Colours of Plots
  • Previous by thread: Re: Setting Colours of Plots
  • Next by thread: Re: Setting Colours of Plots