MathGroup Archive 2000

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

Search the Archive

2D vector plot using ListPlotVectorField

  • To: mathgroup at smc.vnet.net
  • Subject: [mg22709] 2D vector plot using ListPlotVectorField
  • From: xia at oakland.edu
  • Date: Wed, 22 Mar 2000 00:28:13 -0500 (EST)
  • Organization: Oakland University
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

I am very new in using Mathematica and would appreciate some helps in
ListPlotVectorField and related topics.

I have three 2D text files of the same dimension: x.dat, y.dat, and w.dat.
(each element in a row is separated by space, each row is ended by a
return). I would like to use x.dat and y.dat as the components to draw a
2D map of line vectors, and would like to use w.dat to either control the
width of the individual line vectors or the color of the individual line
vectors.

By reading help files, I think that I should use
ListPlotVectorField[list], where list is the ?two-dimensional array of
vectors¹.  However, I could not find any information regarding the
structure of this list. I appreciate if anyone knows  

(1) any information regarding the structure of this list, and how to use
ListPlotVectorField
(2) any hints on how to use my third data file w.dat to control the width
or color or the line vector map.

Thank you in advance.

Yang Xia
xia at oakland.edu


  • Prev by Date: newby plotting question
  • Next by Date: handicapping formula
  • Previous by thread: Re: newby plotting question
  • Next by thread: Re: 2D vector plot using ListPlotVectorField