|
|
|||
|
|
StreamPlot |
| StreamPlot[{vx, vy}, {x, xmin, xmax}, {y, ymin, ymax}] 绘制由 x 和 y 的函数所决定向量场 {vx, vy} 的向量图。 |
| StreamPlot[{{vx, vy}, {wx, wy}, ...}, {x, xmin, xmax}, {y, ymin, ymax}] 绘制多个向量场。 |
| AspectRatio | 1 | 高宽比 | |
| EvaluationMonitor | None | 求函数值的表达式 | |
| Frame | True | 是否绘制边框 | |
| FrameTicks | Automatic | 边框刻度 | |
| Method | Automatic | 绘图使用的方法 | |
| PerformanceGoal | $PerformanceGoal | 最优化外观 | |
| PlotRange | {Full,Full} | x、y 的范围 | |
| PlotRangePadding | Automatic | 绘图时值的范围 | |
| RegionFunction | True& | 函数包含的区域范围 | |
| StreamColorFunction | None | 如何对流线着色 | |
| StreamColorFunctionScaling | True | 是否对 StreamColorFunction 的参数缩放 | |
| StreamPoints | Automatic | 需要绘制流线的数量和位置 | |
| StreamScale | Automatic | 需要绘制流线的比例和尺寸 | |
| StreamStyle | Automatic | 需要绘制流线的风格 | |
| WorkingPrecision | MachinePrecision | 内部计算的精度 |