Re: Ploting 2 Lists
- To: mathgroup at smc.vnet.net
- Subject: [mg16282] Re: Ploting 2 Lists
- From: Martin Kraus <mkraus at theorie3.physik.uni-erlangen.de>
- Date: Sun, 7 Mar 1999 01:05:25 -0500
- Organization: Regionales Rechenzentrum Erlangen, Germany
- References: <7bns76$dgm@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Jorge Zickermann wrote: > > 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 Multiple lists are plotted with MultipleListPlot from the Graphics`MultipleListPlot` package. :) Hope that helps Martin Kraus