MathGroup Archive 1997

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

Search the Archive

Re: Ordered Pairs

  • To: mathgroup at smc.vnet.net
  • Subject: [mg7549] Re: [mg7427] Ordered Pairs
  • From: VERDEL <verdel at mines.u-nancy.fr>
  • Date: Fri, 13 Jun 1997 19:37:48 -0400 (EDT)
  • Organization: Ecole des Mines de Nancy
  • Sender: owner-wri-mathgroup at wolfram.com

A more easy to read way would be :

l1=your list;
l2=Range[100,199];
newlist=Thread[{l1,l2}];
ListPlot[newlist]


  • Prev by Date: Re: List plot with + possible?
  • Next by Date: Help in solving wave equation
  • Previous by thread: Re: Ordered Pairs
  • Next by thread: Correction, Rotated Plot