|
|
||
|
|
| Built-in Mathematica Symbol | See Also »|More About » |
StreamPlot |
| StreamPlot[{vx, vy}, {x, xmin, xmax}, {y, ymin, ymax}] generates a stream plot of the vector field {vx, vy} as a function of x and y. |
| StreamPlot[{{vx, vy}, {wx, wy}, ...}, {x, xmin, xmax}, {y, ymin, ymax}] generates plots of several vector fields. |
| AspectRatio | 1 | ratio of height to width | |
| EvaluationMonitor | None | expression to evaluate at every function evaluation | |
| Frame | True | whether to draw a frame around the plot | |
| FrameTicks | Automatic | frame tick marks | |
| Method | Automatic | methods to use for the plot | |
| PerformanceGoal | $PerformanceGoal | aspects of performance to try to optimize | |
| PlotRange | {Full,Full} | range of x, y values to include | |
| PlotRangePadding | Automatic | how much to pad the range of values | |
| RegionFunction | True& | determine what region to include | |
| StreamColorFunction | None | how to color streamlines | |
| StreamColorFunctionScaling | True | whether to scale the argument to StreamColorFunction | |
| StreamPoints | Automatic | determine number, placement and closeness of streamlines | |
| StreamScale | Automatic | determine sizes and segmenting of individual streamlines | |
| StreamStyle | Automatic | how to draw streamlines | |
| WorkingPrecision | MachinePrecision | precision to use in internal computations |