|
|
|||
|
|
ListVectorPlot3D |
| ListVectorPlot3D[array] generates a 3D vector plot from a 3D array of vector field values. |
| ListVectorPlot3D[{{{x1, y1, z1}, {vx1, vy1, vz1}}, ...}] generates a 3D vector plot from vector field values {vxi, vyi, vzi} given at specified points {xi, yi, zi}. |
| ListVectorPlot3D[{data1, data2, ...}] plots data for several vector fields. |
| BoxRatios | Automatic | ratio of height to width | |
| DataRange | Automatic | the range of x, y and z values to assume for data | |
| EvaluationMonitor | None | expression to evaluate at every function evaluation | |
| Method | Automatic | methods to use for the plot | |
| PerformanceGoal | $PerformanceGoal | aspects of performance to try to optimize | |
| PlotRange | {Full,Full,Full} | range of x, y, z values to include | |
| PlotRangePadding | Automatic | how much to pad the range of values | |
| RegionFunction | True& | determine what region to include | |
| VectorColorFunction | None | how to color vectors | |
| VectorColorFunctionScaling | True | whether to scale the argument to VectorColorFunction | |
| VectorPoints | Automatic | the number or placement of vectors to plot | |
| VectorScale | Automatic | the scale and size of vectors to plot | |
| VectorStyle | Automatic | how to draw vectors | |
| WorkingPrecision | MachinePrecision | precision to use in internal computations |