|
SOLUTIONS
|
Mathematica
>
Visualization and Graphics
>
Data Visualization
>
Vector Visualization
>
ListLineIntegralConvolutionPlot
BUILT-IN MATHEMATICA SYMBOL
ListLineIntegralConvolutionPlot
ListLineIntegralConvolutionPlot[{array, image}]
generates a line integral convolution plot of image convolved with the vector field defined by an array of vector field values.
ListLineIntegralConvolutionPlot[array]
generates a line integral convolution plot of white noise convolved with the vector field defined by array.
ListLineIntegralConvolutionPlot[{{{{x1, y1}, {vx1, vy1}}, ...}, image}]
generates a line integral convolution plot of image convolved with the vector field defined by vectors
at specified points
.
ListLineIntegralConvolutionPlot[{{{x1, y1}, {vx1, vy1}}, ...}]
generates a line integral convolution plot of white noise convolved with the vector field defined by
.
Details and OptionsDetails and Options
- LineIntegralConvolutionPlot creates a rasterized version of image, then does a line integral convolution of each pixel according to the field defined by interpolating the vector data given.
- ListLineIntegralConvolutionPlot has the same options as Graphics, with the following additions and changes:
-
AspectRatio 1 ratio of height to width BoxRatios Automatic effective 3D box ratios for simulated lighting ColorFunction Automatic how to color background densities ColorFunctionScaling True whether to scale arguments to ColorFunction DataRange Automatic the range of x and y values to assume for data EvaluationMonitor None expression to evaluate at every function evaluation LineIntegralConvolutionScale Automatic length of convolution along streamlines Frame True whether to draw a frame around the plot FrameTicks Automatic frame tick marks LightingAngle None effective angle for simulated lighting 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 RasterSize Automatic the pixel width of the rasterized image WorkingPrecision MachinePrecision precision to use in internal computations - If image is not specified, or is not already rasterized, a raster is created with a size specified by the RasterSize option.
- With a setting other than LightingAngle->None, simulated lighting is used, with the height at each point being taken to be determined from the norm of the vector field.
- The arguments supplied to ColorFunction 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 »


