MathGroup Archive 2002

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

Search the Archive

RE: Headless set of elements?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg32609] RE: [mg32557] Headless set of elements?
  • From: "JT Shen" <jushen1 at hotmail.com>
  • Date: Thu, 31 Jan 2002 01:45:39 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Hi, Thanks for your message. I tested the two inputs, and only the first one 
works, on Mathematica v.4 on Linux, and Mathematica v.3. on PC (windows 95). 
Strangely. One other people also said both syntax works on his machine -- he 
is using Mathematica v4.1 on Mac OS X.
Does someone out there using ver.<= 4, not on Mac, also succeed in both 
input?

><< "Graphics`MultipleListPlot`"
>
>...is quite tolerant with its input.
>
>l1 = Table[{x, Sin[Pi*x]}, {x, 0, 1, 0.1}];
>l2 = Table[{x, Cos[Pi*x]}, {x, 0.05, 1, 0.1}];
>ll = {l1, l2};
>
>MultipleListPlot[l1, l2, PlotJoined -> True]
>MultipleListPlot[{l1, l2}, PlotJoined -> True]
>
>Both formats work! As MultipleListPlot evaluates its
>arguments (in contrast to Plot)...
>


_________________________________________________________________
Join the world?s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com



  • Prev by Date: Re: Mathcad->Mathematica
  • Next by Date: Re: Re: Wrestling with Mathematica on Trig Simplification
  • Previous by thread: RE: Headless set of elements?
  • Next by thread: Re: Indents, paragraphs, etc.