VectorFieldPlots`
VectorFieldPlots`

ListVectorFieldPlot

As of Version 7.0, ListVectorFieldPlot has been superseded by ListVectorPlot.

ListVectorFieldPlot[{{{x11,y11},{x12,y12},},}]

generates a plot of the vector field corresponding to the array of vectors {{{x11,y11},},}.

ListVectorFieldPlot[{{pt1,vec1},{pt2,vec2},}]

generates a plot of a list of vectors, each based at the corresponding point.

更多信息和选项

  • To use ListVectorFieldPlot, you first need to load the Vector Field Plotting Package using Needs["VectorFieldPlots`"].
  • The array of vectors {{{x11,y11},{x12,y12},},} must be rectangular, with dimensions at least 2×2.
  • Vectors given in an array are regularly spaced with vector {x11,x11} placed at the upper-left corner.
  • ListVectorFieldPlot has the same options as Graphics, with the following additions and changes:
  • ColorFunctionNonea function to use for coloring the vectors by their magnitude
    MaxArrowLengthNonelength of the largest vector to be drawn, applied after the ScaleFunction, but before the ScaleFactor
    ScaleFactorAutomaticlinearly rescales the vectors so the longest vector is equal to this value; Automatic fits the vectors in the mesh, None eliminates the rescaling
    ScaleFunctionNonea function to use for rescaling the magnitude of vectors
  • ListVectorFieldPlot treats the option ScaleFactor->Automatic the same as ScaleFactor->None.

范例

基本范例  (1)

Field plot from an array of vectors:

Wolfram Research (2008),ListVectorFieldPlot,Wolfram 语言函数,https://reference.wolfram.com/language/VectorFieldPlots/ref/ListVectorFieldPlot.html.

文本

Wolfram Research (2008),ListVectorFieldPlot,Wolfram 语言函数,https://reference.wolfram.com/language/VectorFieldPlots/ref/ListVectorFieldPlot.html.

CMS

Wolfram 语言. 2008. "ListVectorFieldPlot." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/VectorFieldPlots/ref/ListVectorFieldPlot.html.

APA

Wolfram 语言. (2008). ListVectorFieldPlot. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/VectorFieldPlots/ref/ListVectorFieldPlot.html 年

BibTeX

@misc{reference.wolfram_2024_listvectorfieldplot, author="Wolfram Research", title="{ListVectorFieldPlot}", year="2008", howpublished="\url{https://reference.wolfram.com/language/VectorFieldPlots/ref/ListVectorFieldPlot.html}", note=[Accessed: 14-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_listvectorfieldplot, organization={Wolfram Research}, title={ListVectorFieldPlot}, year={2008}, url={https://reference.wolfram.com/language/VectorFieldPlots/ref/ListVectorFieldPlot.html}, note=[Accessed: 14-November-2024 ]}