MathGroup Archive 1996

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

Search the Archive

Re: List of x,y pairs to use with ListPlot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg4751] Re: List of x,y pairs to use with ListPlot
  • From: vvs124 at rsphy1.anu.edu.au (Victoria Steblina)
  • Date: Thu, 5 Sep 1996 02:00:02 -0400
  • Organization: Australian National University
  • Sender: owner-wri-mathgroup at wolfram.com

In article <4uph4n$5bb at dragonfly.wolfram.com>, dobitz at ibm.net says...
>
>I want to take two lists, one an intended 'x' and the other an intended 'y' 
>and combine them into one list so I can use them for and x, y plot with the 
>ListPlot function. 
> 
>*---------------------------------- 
>* John K. Dobitz 
>


Transpose[{x, y}]   seems like a clearest way of doing this...


Victoria V. Steblina 
<vvs124 at anu.edu.au>
   OSC, ANU, ACT    

==== [MESSAGE SEPARATOR] ====


  • Prev by Date: batch mathematica under win95
  • Next by Date: memory use
  • Previous by thread: batch mathematica under win95
  • Next by thread: Re: List of x,y pairs to use with ListPlot