Mathematica > Visualization and Graphics > Data Visualization > Vector Visualization >
Mathematica > Visualization and Graphics > Function Visualization > Vector Visualization >

LineIntegralConvolutionPlot

LineIntegralConvolutionPlot[{{vx, vy}, image}, {x, xmin, xmax}, {y, ymin, ymax}]
generates a line integral convolution plot of image convolved with the vector field {vx, vy} as a function of x and y.
LineIntegralConvolutionPlot[{vx, vy}, {x, xmin, xmax}, {y, ymin, ymax}]
generates a line integral convolution plot of white noise with the vector field {vx, vy}.
  • LineIntegralConvolutionPlot creates a rasterized version of image, then does a line integral convolution of each pixel according to the field defined by the vector function {vx, vy}.
AspectRatio1ratio of height to width
BoxRatiosAutomaticeffective 3D box ratios for simulated lighting
ColorFunctionAutomatichow to color background densities
ColorFunctionScalingTruewhether to scale arguments to ColorFunction
EvaluationMonitorNoneexpression to evaluate at every function evaluation
LineIntegralConvolutionScaleAutomaticlength of convolution along streamlines
FrameTruewhether to draw a frame around the plot
FrameTicksAutomaticframe tick marks
LightingAngleNoneeffective angle for simulated lighting
MethodAutomaticmethods to use for the plot
PerformanceGoal$PerformanceGoalaspects of performance to try to optimize
PlotRange{Full,Full}range of x, y values to include
PlotRangePaddingAutomatichow much to pad the range of values
RasterSizeAutomaticthe pixel width of the rasterized image
WorkingPrecisionMachinePrecisionprecision 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.
Plot the line integral convolution for a vector field starting with a random background:
In[1]:=
Click for copyable input
In[2]:=
Click for copyable input
 
Use an imported image:
In[1]:=
Click for copyable input
Out[1]=
In[2]:=
Click for copyable input
Out[2]=
New in 7
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team