Creates a vector field plot from a list of {position vector} pairs
ListVectorPlot[varr]
ListVectorPlot[{{{x1, y1}, {vx1, vy1}}, …}]
ListVectorPlot[{data1, data2, …}]
ListVectorPlot[Table[{y, -x}, {x, -3, 3, 0.2}, {y, -3, 3, 0.2}]]
→ -Graphics-ListVectorPlot[Table[{x + y, y - x}, {x, -3, 3, 0.2}, {y, -3, 3, 0.2}], VectorMarkers -> "Drop"]
→ -Graphics-ListVectorPlot[{data1, data2}, PlotTheme -> "Detailed"]
→ -Graphics-- AspectRatio — default 1
- ClippingStyle — default Automatic
- DataRange — default Automatic
- Frame — default True
- FrameTicks — default Automatic
- Method — default Automatic
- PerformanceGoal — default $PerformanceGoal
- PlotLayout — default Automatic
- PlotLegends — default None
- PlotRange — default { Full , Full }
- PlotRangePadding — default Automatic
- PlotTheme — default $PlotTheme
- RegionFunction — default ( True & )
- RegionBoundaryStyle — default Automatic
- RegionFillingStyle — default Automatic
- ScalingFunctions — default None
- VectorAspectRatio — default Automatic
- VectorColorFunction — default Automatic
- VectorColorFunctionScaling — default True
- VectorMarkers — default Automatic
- VectorPoints — default Automatic
- VectorRange — default Automatic
- VectorScaling — default None
- VectorSizes — default Automatic
- VectorStyle — default Automatic