MathGroup Archive 2008

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

Search the Archive

Re: Setting Colours of Plots

  • To: mathgroup at smc.vnet.net
  • Subject: [mg84590] Re: [mg84573] Setting Colours of Plots
  • From: Bob Hanlon <hanlonr at cox.net>
  • Date: Sun, 6 Jan 2008 05:52:23 -0500 (EST)
  • Reply-to: hanlonr at cox.net

Different colors :

Plot[{x, 2 x, 3 x, 4 x, 5 x}, {x, 0, 1}]

Same colors:

Plot[Table[n*x, {n, 5}], {x, 0, 1}]

Plot[{x, 2 x, 3 x, 4 x, 5 x}, {x, 0, 1}, PlotStyle -> Blue]


Bob Hanlon

---- Gregory Lypny <gregory.lypny at videotron.ca> wrote: 
> Hello everyone,
> 
> I'm plotting five or six functions on one graph.  Is there a way to  
> force all of them to have the same colour?
> 
> Regards,
> 
> 	Gregory
> 



  • 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