MathGroup Archive 1999

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

Search the Archive

Re: Ploting 2 Lists

  • To: mathgroup at smc.vnet.net
  • Subject: [mg16288] Re: Ploting 2 Lists
  • From: Harald Giese <giese at dkrz.de>
  • Date: Sun, 7 Mar 1999 01:05:28 -0500
  • Organization: Institut fuer Meereskunde, Universitaet Hamburg
  • 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}
> ...


Hi Jorge,

try:

ListPlot[Transpose[{xvalues,yvalues}],PlotJoined->True]


Regards,
Harald

-- 
Harald Giese
Email: giese at dkrz.de
Phone: +49 (0)40 4123 5796; Fax: +49 (0)40 5605724
Institut fuer Meereskunde der Universitaet Hamburg
(Institute of Oceanography of the University of Hamburg)
Troplowitzstrasse 7, D-22529 Hamburg


  • Prev by Date: Re: DSolve Problem PDT)
  • Next by Date: Re: Discrete probablitiy distributions
  • Previous by thread: Re: Ploting 2 Lists
  • Next by thread: Re: Ploting 2 Lists