Re: Setting Colours of Plots
- To: mathgroup at smc.vnet.net
- Subject: [mg84595] Re: Setting Colours of Plots
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Sun, 6 Jan 2008 05:55:03 -0500 (EST)
- References: <flnitk$j7o$1@smc.vnet.net>
Hi,
Plot[{Sin[x], Cos[x], Sin[x]/x}, {x, -2 Pi, 2 Pi},
PlotStyle -> {GrayLevel[0]}]
??
Regards
Jens
Gregory Lypny 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
>