Re: Plotting multiple lines with different color or line style?
- To: mathgroup at smc.vnet.net
- Subject: [mg14862] Re: [mg14850] Plotting multiple lines with different color or line style?
- From: "Kevin J. McCann" <kevinmccann at Home.com>
- Date: Mon, 23 Nov 1998 10:11:44 -0500
- Sender: owner-wri-mathgroup at wolfram.com
Just include the PlotStyle option, e.g. load the following package to make colors easier: << Graphics`Colors` Plot[{x,x^2,Exp[x]},{x,0,2}, PlotStyle->{{Red,AbsoluteThickness[2]},{Black,Dashing[{.02}], AbsoluteThickness[2]},{Blue,Dashing[{.03,.02,.08,.02}], AbsoluteThickness[2]}}]; Cheers, Kevin -----Original Message----- From: Kyung Suk (Dan) Oh <terryoh at email.msn.com> To: mathgroup at smc.vnet.net Subject: [mg14862] [mg14850] Plotting multiple lines with different color or line style? >Plotting multiple lines with different color or line style? > >Thank in advance. > > > >