Re: Can I do MultipleListPlot with Color?
- To: mathgroup at smc.vnet.net
- Subject: [mg33865] Re: Can I do MultipleListPlot with Color?
- From: "Allan Hayes" <hay at haystack.demon.co.uk>
- Date: Sat, 20 Apr 2002 02:50:00 -0400 (EDT)
- References: <a9ofra$deq$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Mike, Lines styled by PlotStyle. Points(Symbols) styled by SymbolStyle. <<Graphics`MultipleListPlot` (list1 = Table[{x, Sin[2 Pi x]}, {x, 0, 1, 0.1}]; list2 = Table[{x, Cos[2 Pi x]}, {x, 0, 1, 0.1}]); MultipleListPlot[list1, list2, PlotJoined ->True, PlotStyle-> {{Hue[0]}, {Hue[.45]}}, SymbolStyle->{{Hue[.22]},{Hue[.67]}} ]; -- Allan --------------------- Allan Hayes Mathematica Training and Consulting Leicester UK www.haystack.demon.co.uk hay at haystack.demon.co.uk Voice: +44 (0)116 271 4198 Fax: +44 (0)870 164 0565 "Mike" <mlists at soim.com> wrote in message news:a9ofra$deq$1 at smc.vnet.net... > I must plot several series of points. Can I use color in MultipleListPlot? > > > Thanks. > > > > >