|
SOLUTIONS
|
Mathematica
>
Visualization and Graphics
>
Data Visualization
>
Vector Visualization
>
ListStreamPlot
BUILT-IN MATHEMATICA SYMBOL
ListStreamPlot
ListStreamPlot[array]
generates a stream plot from an array of vector field values.
ListStreamPlot[{{{x1, y1}, {vx1, vy1}}, ...}]
generates a stream plot from vector field values
given at specified points
.
ListStreamPlot[{data1, data2, ...}]
plots data for several vector fields.
Details and OptionsDetails and Options
- ListStreamPlot[array] arranges successive rows of array up the page, and successive columns across.
- ListStreamPlot plots streamlines that show the local direction of the vector field at every point.
- ListStreamPlot by default interpolates the data given and shows enough streamlines to achieve a roughly uniform density throughout the plot.
- ListStreamPlot has the same options as Graphics, with the following additions and changes:
-
AspectRatio 1 ratio of height to width DataRange Automatic the range of x and y values to assume for data 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 - The arguments supplied to functions in RegionFunction and StreamColorFunction are x, y,
,
, Norm[{vx, vy}].
New in 7
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »


