MathGroup Archive 1999

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

Search the Archive

Re: List question

  • To: mathgroup at smc.vnet.net
  • Subject: [mg20991] Re: [mg20972] List question
  • From: Jean-Marie Thomas <jmt at agat.net>
  • Date: Thu, 2 Dec 1999 21:41:06 -0500 (EST)
  • Organization: TeA
  • References: <199912010650.BAA07745@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

myMultipleList={list1, list2}

MultipleListPlot[Apply[Sequence,myMultipleList]]
or (more shortly)
MultipleListPlot[Sequence@@myMultipleList]

On Wed, 01 Dec 1999, Bill wrote:
> Hello,
> 
> I am making a list of lists to be used by MultipleListPlot.  How do I
> remove the outer brackets when I give it to the function?  
>  
> 
> Thanks
> Bill


  • Prev by Date: Can I show several steps to a solution?
  • Next by Date: Re: List question
  • Previous by thread: List question
  • Next by thread: Re: List question