Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Visualization and Graphics > Data Visualization > Vector Visualization >
Mathematica > Visualization and Graphics > Function Visualization > Vector Visualization >

VectorPoints

VectorPoints
is an option to VectorPlot, ListVectorPlot and related functions that determines how many field vectors to draw.
Nonedraw no field vectors
ndraw a regular n×n grid of field vectors
{m,n}draw a regular m×n grid of field vectors
Coarseautomatically chosen coarse set of field vectors
Fineautomatically chosen fine set of field vectors
{p1,p2,...}draw field vectors at the points p1, p2, ...
{{p1,g1},...}draw the field vector at p1 using graphics directive g1
Plot a vector field with arrows on a regular grid:
Specify a list of points for showing field vectors:
Plot a vector field with arrows on a regular grid:
In[1]:=
Click for copyable input
Out[1]=
 
Specify a list of points for showing field vectors:
In[1]:=
Click for copyable input
Out[1]=
Use a different number of field vectors on a regular grid:
The location for vectors is given in the middle of the drawn vector:
New in 7
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team