Re: Plotting different function with different Plotstyle in one graph
- To: mathgroup at smc.vnet.net
- Subject: [mg28862] Re: [mg28836] Plotting different function with different Plotstyle in one graph
- From: BobHanlon at aol.com
- Date: Wed, 16 May 2001 03:28:10 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Plot[{Sin[x], Cos[x]}, {x, 0, 3Pi}, PlotStyle -> {{RGBColor[1, 0, 0]}, {RGBColor[0, 0, 1], AbsoluteDashing[{5, 5, 2, 5}], AbsoluteThickness[2]}}]; Bob Hanlon In a message dated 2001/5/15 1:19:14 AM, jcapco at mathematik.uni-ulm.de writes: >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.