Re: Plotting different function with different Plotstyle in one graph
- To: mathgroup at smc.vnet.net
- Subject: [mg28857] Re: Plotting different function with different Plotstyle in one graph
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Wed, 16 May 2001 03:28:06 -0400 (EDT)
- Organization: Universitaet Leipzig
- References: <9dqe69$4k6@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi, Plot[{Sin[x], Sin[x]/x, Cos[x]}, {x, -2Pi, 2Pi}, PlotStyle -> {{RGBColor[0, 0, 0]}, {Thickness[ 0.015]}, {Dashing[{0.1, 0.05}], Thickness[0.02]}}] Regards Jens Jose Capco wrote: > > 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