MathGroup Archive 2004

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: MultipleListPlot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg46270] Re: MultipleListPlot
  • From: bobhanlon at aol.com (Bob Hanlon)
  • Date: Thu, 12 Feb 2004 22:47:05 -0500 (EST)
  • References: <c0ft84$c73$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Needs["Graphics`MultipleListPlot`"];

Needs["Graphics`Colors`"];

(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,
    SymbolShape->{
        PlotSymbol[Triangle, 6],
        PlotSymbol[Box, 4]},
    SymbolStyle->{Blue,Red}];


Bob Hanlon

In article <c0ft84$c73$1 at smc.vnet.net>, "Naima Khelfaoui"
<khelfaou at ese-metz.fr> wrote:

 I used MultipleListPlot to plot many list , I want to change the size of
points but I don't know how, I used Plotsize but it don't change any thing.


  • Prev by Date: Re: MultipleListPlot
  • Next by Date: Solution[[1,1,2]] Brackets
  • Previous by thread: Re: MultipleListPlot
  • Next by thread: RE: MultipleListPlot