MathGroup Archive 1998

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

Search the Archive

Re: COMBINING LISTS




In article <6ibuvg$dr@smc.vnet.net>, Knut.Schroder@chembio.ntnu.no (Knut
Henning Schroder) wrote:
>I have two lists:
>list1={a,b,c,d,...} and list2={x,y,z,...} I want to combine the two
>lists for ListPlot in Mathematica ListPlot[{{a,x},{b,y},{c,z},....}]
>Please let me know a simple way to do this.

Transpose[{list1, list2}] does this


Allan Hayes: Training and Consulting Leicester, UK
hay@haystack.demon.co.uk
voice: +44 (0)116 271 4198
fax: +44 (0)116 271 8642







  • Prev by Date: ComplexExpand
  • Next by Date: Re: How to do 3D plot of vertical planes?
  • Prev by thread: Re: COMBINING LISTS
  • Next by thread: Re: COMBINING LISTS