Re: COMBINING LISTS
- To: mathgroup@smc.vnet.net
- Subject: [mg12245] Re: COMBINING LISTS
- From: Seth Chandler <SChandler@Central.UH.Edu>
- Date: Tue, 5 May 1998 03:29:41 -0400
- Organization: University of Houston
- References: <6ibuvg$dr@smc.vnet.net>
ListPlot[Transpose[{list1,list2}]] should do the trick. Seth J. Chandler Associate Professor of Law University of Houston Law Center 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. > > Regards,