Re: COMBINING LISTS
- To: mathgroup@smc.vnet.net
- Subject: [mg12262] Re: COMBINING LISTS
- From: "Allan Hayes" <hay@haystack.demon.co.uk>
- Date: Tue, 5 May 1998 03:29:58 -0400
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