MathGroup Archive 2012

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

Search the Archive

Re: Plotting an Array of Vectors

  • To: mathgroup at smc.vnet.net
  • Subject: [mg124161] Re: Plotting an Array of Vectors
  • From: Heike Gramberg <heike.gramberg at gmail.com>
  • Date: Wed, 11 Jan 2012 04:25:49 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • References: <201201101059.FAA27817@smc.vnet.net>

You could try ListVectorPlot[array] where array is the array of vectors.

Heike.

On 10 Jan 2012, at 11:59, Peter Rodenbach wrote:

> Hi everyone.
> 
> I wan to plot an 50 x 50 array that has two dimensional vectors in it
> like
> {{3,3},{3,2},{3,4},{2,3}.....},{{3,4},...},...
> 
> in a way that it looks like a bunch of compass needles. (Remember that
> High School experiment in which you visualise the magnetic field?)
> 
> Thanks
> 
> Peter
> 
> 




  • Prev by Date: Re: Is it possible to flatten hash table?
  • Next by Date: Re: Plotting an Array of Vectors
  • Previous by thread: Plotting an Array of Vectors
  • Next by thread: Re: Plotting an Array of Vectors