Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Vector Field Plotting Package >

ListVectorFieldPlot3D

ListVectorFieldPlot3D[{{pt1, vec1}, {pt2, vec2}, ...}]
generates a three-dimensional plot of the list of vectors vec1, vec2, ..., with each vector based at a corresponding point pt1, pt2, ....
  • Each point pti is a coordinate vector {xi, yi, zi} in a Cartesian coordinate system.
  • ListVectorFieldPlot3D has the same options as Graphics3D with the following additions and changes:
ScaleFactorAutomaticthe scale of the vectors to the mesh; Max ensures that the largest vector fits in the mesh
ScaleFunctionNonefunction to rescale the lengths of vectors
MaxArrowLengthNonedetermines the largest vector to be drawn
ColorFunctionNonecolors to use
VectorHeadsFalsewhether to draw vectors with heads
Needs["VectorFieldPlots`"]
Plot of a three-dimensional vector field:
In[2]:=
Click for copyable input
Out[2]=
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team