 
 
 
 
 
 
Re: how to plot 2 functions in different colors?
- To: mathgroup at smc.vnet.net
- Subject: [mg33591] Re: [mg33583] how to plot 2 functions in different colors?
- From: Anesh Sooklal <anesh at fermi.udw.ac.za>
- Date: Wed, 3 Apr 2002 01:13:13 -0500 (EST)
- References: <200204020836.DAA03680@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Dear Guojun Zhu,
Try this...
Plot[{Sin[x], Cos[x]}, {x, -2\[Pi], 2\[Pi]},
  PlotStyle -> {RGBColor[1, 0, 0], RGBColor[0, 1, 0]}]
Thank you,
Anesh
Guojun Zhu wrote:
> I can plot two functions in one diagram with plot[{fa[x],fb[x]},{x,1,100}],
> but they are in same color and hard to seperated.  Is there any way to make
> them in different colors?
>
> --
> Sincerely Yours
> Guojun Zhu
- References:
- how to plot 2 functions in different colors?
- From: "Guojun Zhu" <gzhu1@uiuc.edu>
 
 
- how to plot 2 functions in different colors?

