Re: Ploting 2 Lists
- To: mathgroup at smc.vnet.net
- Subject: [mg16315] Re: Ploting 2 Lists
- From: "Martin Rommel" <rommel at semitest.com>
- Date: Sun, 7 Mar 1999 01:05:41 -0500
- Organization: UltraNet Communications , an RCN Company http://www.ultranet.com/
- References: <7bns76$dgm@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
ListPlot[Transpose[{xvalues,yvalues}]];
Martin.
Jorge Zickermann wrote in message <7bns76$dgm at smc.vnet.net>...
>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
>
>