MathGroup Archive 2002

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

Search the Archive

Re: Headless set of elements?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg32567] Re: [mg32557] Headless set of elements?
  • From: Sseziwa Mukasa <mukasa at jeol.com>
  • Date: Sun, 27 Jan 2002 03:28:56 -0500 (EST)
  • Organization: JEOL (USA) Ltd.
  • References: <200201260908.EAA14547@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

JT Shen wrote:

> Hi, I'd like to ask for help on the function of MultipleListPlot.
>
> I am trying to use MultipleListPlot, and my dataset looks like
>
> {list1, list2, list3, list4, ..., listn}, where the number of lists can
> vary. However, the syntax of MultipleListPlot is as
> MultipleListPlot[list1, list2, list3, ..., listn]. In this case, what would
> be the most efficient way to achieve this (instead of cut and past each list
> by hand)?
>
> Thanks for your help.
>
> JT

Sequence@@{list1,list2,...}

Regards,

Ssezi



  • Prev by Date: Re: ReplaceAll doesn't replace
  • Next by Date: Re: Change of Variables
  • Previous by thread: Headless set of elements?
  • Next by thread: Re: Headless set of elements?