Re: Plotting different function with different Plotstyle in one graph
- To: mathgroup at smc.vnet.net
- Subject: [mg28871] Re: Plotting different function with different Plotstyle in one graph
- From: "A. Bin Talal" <A.BinTalal at its.tudelft.nl>
- Date: Wed, 16 May 2001 03:28:17 -0400 (EDT)
- References: <9dqe69$4k6@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
you can do that, eg: Plot[{x, x+1},{x,0,1},PlotStyle->{RGBColor[1,0,0],RGBColor[0,0,1]}] "Jose Capco" <jcapco at mathematik.uni-ulm.de> wrote in message news:9dqe69$4k6 at smc.vnet.net... > Dear NG, > > Is there any way one can Plot two are more function in one command line but > each function has different PlotStyle (e.g. one has normal thickness, one is > thicker .. etc.). Does one really have to define each function in seperate > lines. Thanks in advance. > > Sincerely, > Jose Capco > > >