RE: Ploting 2 Lists
- To: mathgroup at smc.vnet.net
- Subject: [mg16309] RE: [mg16226] Ploting 2 Lists
- From: "Jean-Marie THOMAS" <jmthomas at agat.net>
- Date: Sun, 7 Mar 1999 01:05:38 -0500
- Sender: owner-wri-mathgroup at wolfram.com
ListPlot[Transpose at {xvalues,yvalues}]
-----Original Message-----
From: Jorge Zickermann [mailto:jzickermann at mail.EUnet.pt]
To: mathgroup at smc.vnet.net
Subject: [mg16309] [mg16226] Ploting 2 Lists
How can I plot the following lists;
xvalues = {3,6,8}
yvalues = {4,1,6}
i.e. the points;
{3,4},{6,1},{8,6}
Thank you for any help,
Jorge