Re: Plotting different function with different Plotstyle in one graph
- To: mathgroup at smc.vnet.net
- Subject: [mg28866] Re: [mg28836] Plotting different function with different Plotstyle in one graph
- From: Ken Levasseur <Kenneth_Levasseur at uml.edu>
- Date: Wed, 16 May 2001 03:28:13 -0400 (EDT)
- References: <200105150459.AAA04594@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Jose:
The PlotStyle Option takes a list of plot styles so that you can cyclically
plot any number of functions with varying styes. For example,
PlotStyle->{{Thickness[0.02]},{Dashing[{0.01,0.02}]}}
Will plot the first, third, fifth,.. function with a thick line and the others
as a dashed line.
Ken Levasseur
Math. Sciences
UMass Lowell
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
- References:
- Plotting different function with different Plotstyle in one graph
- From: Jose Capco <jcapco@mathematik.uni-ulm.de>
- Plotting different function with different Plotstyle in one graph