ListVectorDensityPlot
ListVectorDensityPlot[varr]
generates a vector density plot from an array varr of vector and scalar field values {{vxij,vyij},rij}.
ListVectorDensityPlot[{{{x1,y1},{{vx1,vy1},r1}},…}]
generates a vector density plot from vector and scalar field values {{vxi,vyi},ri} given at specified points {xi,yi}.
ListVectorDensityPlot[{data1,data2,…}]
plots data for several vector and scalar fields.
Details and Options
- ListVectorDensityPlot generates a vector plot of the vector field, superimposed on a background density plot of the scalar field.
- ListVectorDensityPlot displays a vector field by drawing arrows normalized to a fixed length. The arrows are colored by default according to the magnitude of the vector field. The vectors are drawn over a density plot of the scalar field r.
- The magnitude of the vector field is used for the scalar field r by default.
- The plot visualizes the set , where is the region for which is defined.
- ListVectorDensityPlot interpolates the data into vector function and scalar function .
- For regular data, the vector field has value varr〚i,j,1〛 and the scalar field has value varr〚i,j,2〛 at .
- For irregular data, the vector field has value {vxi,vyi} and the scalar field has value riat .
- If no scalar field values are given, they are taken to be the norm of the vector field.
- ListVectorDensityPlot[varr] arranges successive rows of varr up the page, and successive columns across.
- ListVectorDensityPlot by default interpolates the data given and plots vectors for the vector field at a regular grid of positions.
- With the setting VectorPoints->All, ListVectorDensityPlot instead shows vectors associated with the particular vector field data points given.
- ListVectorDensityPlot has the same options as Graphics, with the following additions and changes: [List of all options]
-
AspectRatio 1 ratio of height to width BoundaryStyle None how to draw RegionFunction boundaries BoxRatios Automatic effective 3D box ratios for simulated lighting ClippingStyle Automatic how to display arrows outside the vector range 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 Frame True whether to draw a frame around the plot FrameTicks Automatic frame tick marks LightingAngle None effective angle for simulated lighting MaxRecursion Automatic the maximum number of recursive subdivisions allowed for the scalar field Mesh None how many mesh lines to draw in the background MeshFunctions {#5&} how to determine the placement of mesh lines MeshShading None how to shade regions between mesh lines MeshStyle Automatic the style of mesh lines Method Automatic methods to use for the plot PerformanceGoal $PerformanceGoal aspects of performance to try to optimize PlotLegends None legends for color gradients PlotRange {Full,Full} range of x, y values to include PlotRangePadding Automatic how much to pad the range of values PlotTheme $PlotTheme overall theme for the plot RegionFunction (True&) determine what region to include ScalingFunctions None how to scale individual coordinates VectorColorFunction Automatic how to color vectors VectorColorFunctionScaling True whether to scale the arguments to VectorColorFunction VectorMarkers Automatic shape to use for vectors VectorPoints Automatic the number or placement of vectors to plot VectorRange Automatic range of vector lengths to show VectorScaling Automatic how to scale the sizes of arrows VectorSizes Automatic sizes of displayed arrows VectorStyle Automatic how to draw vectors WorkingPrecision MachinePrecision precision to use in internal computations - The arguments supplied to functions in MeshFunctions, RegionFunction, ColorFunction, and VectorColorFunction are x, y, vx, vy, r.
- The default setting MeshFunctions->{#5&} draws mesh lines for the scalar field r.
- Possible settings for ScalingFunctions are:
-
{sx,sy} scale x and y axes - Common built-in scaling functions s include:
-
"Log" log scale with automatic tick labeling "Log10" base-10 log scale with powers of 10 for ticks "SignedLog" log-like scale that includes 0 and negative numbers "Reverse" reverse the coordinate direction "Infinite" infinite scale -
AlignmentPoint Center the default point in the graphic to align with AspectRatio 1 ratio of height to width Axes False whether to draw axes AxesLabel None axes labels AxesOrigin Automatic where axes should cross AxesStyle {} style specifications for the axes Background None background color for the plot BaselinePosition Automatic how to align with a surrounding text baseline BaseStyle {} base style specifications for the graphic BoundaryStyle None how to draw RegionFunction boundaries BoxRatios Automatic effective 3D box ratios for simulated lighting ClippingStyle Automatic how to display arrows outside the vector range ColorFunction Automatic how to color background densities ColorFunctionScaling True whether to scale arguments to ColorFunction ContentSelectable Automatic whether to allow contents to be selected CoordinatesToolOptions Automatic detailed behavior of the coordinates tool DataRange Automatic the range of x and y values to assume for data Epilog {} primitives rendered after the main plot EvaluationMonitor None expression to evaluate at every function evaluation FormatType TraditionalForm the default format type for text Frame True whether to draw a frame around the plot FrameLabel None frame labels FrameStyle {} style specifications for the frame FrameTicks Automatic frame tick marks FrameTicksStyle {} style specifications for frame ticks GridLines None grid lines to draw GridLinesStyle {} style specifications for grid lines ImageMargins 0. the margins to leave around the graphic ImagePadding All what extra padding to allow for labels etc. ImageSize Automatic the absolute size at which to render the graphic LabelStyle {} style specifications for labels LightingAngle None effective angle for simulated lighting MaxRecursion Automatic the maximum number of recursive subdivisions allowed for the scalar field Mesh None how many mesh lines to draw in the background MeshFunctions {#5&} how to determine the placement of mesh lines MeshShading None how to shade regions between mesh lines MeshStyle Automatic the style of mesh lines Method Automatic methods to use for the plot PerformanceGoal $PerformanceGoal aspects of performance to try to optimize PlotLabel None an overall label for the plot PlotLegends None legends for color gradients PlotRange {Full,Full} range of x, y values to include PlotRangeClipping False whether to clip at the plot range PlotRangePadding Automatic how much to pad the range of values PlotRegion Automatic the final display region to be filled PlotTheme $PlotTheme overall theme for the plot PreserveImageOptions Automatic whether to preserve image options when displaying new versions of the same graphic Prolog {} primitives rendered before the main plot RegionFunction (True&) determine what region to include RotateLabel True whether to rotate y labels on the frame ScalingFunctions None how to scale individual coordinates Ticks Automatic axes ticks TicksStyle {} style specifications for axes ticks VectorColorFunction Automatic how to color vectors VectorColorFunctionScaling True whether to scale the arguments to VectorColorFunction VectorMarkers Automatic shape to use for vectors VectorPoints Automatic the number or placement of vectors to plot VectorRange Automatic range of vector lengths to show VectorScaling Automatic how to scale the sizes of arrows VectorSizes Automatic sizes of displayed arrows VectorStyle Automatic how to draw vectors WorkingPrecision MachinePrecision precision to use in internal computations
List of all options
Examples
open allclose allBasic Examples (2)
Scope (20)
Sampling (9)
Plot streamlines for a regular collection of vectors, and give a data range for the domain:
Plot an irregular collection of vectors:
Show all of the specified field vectors:
Explicitly set the number of vectors in each direction:
Use an explicit scalar field on an irregular collection of vectors:
Plot two vector fields with background based on the norm of the first:
Specify a list of points for showing field vectors:
Plot a vector field with specified vector densities:
Presentation (11)
Plot a vector field with arrows scaled according to their magnitudes:
Use a single color for the arrows:
Plot a vector field with arrows of specified size:
Plot a vector field with the background and vectors colored according to the field magnitude:
Set the style for multiple vector fields:
Use a named appearance to draw the vectors:
Use a legend for the color gradients:
Use a theme with detailed frame ticks and grid lines:
Use a theme with a high-contrast color scheme and edge-fading rectangles:
Options (87)
ColorFunction (6)
ColorFunctionScaling (4)
By default, scaled values are used:
Use ColorFunctionScaling->False to get unscaled values:
Use unscaled coordinates in the direction and scaled coordinates in the direction:
Explicitly specify the scaling for each color function argument:
DataRange (1)
Mesh (5)
MeshFunctions (3)
MeshShading (3)
PerformanceGoal (2)
PlotLegends (2)
PlotRange (7)
PlotTheme (2)
RegionBoundaryStyle (4)
RegionFunction (3)
ScalingFunctions (3)
VectorAspectRatio (1)
Specify arrowhead size relative to the length of the arrow with VectorAspectRatio:
VectorColorFunction (4)
Color the vectors according to their norms:
Use any named color gradient from ColorData:
Color the vectors according to their values:
Use VectorColorFunctionScaling->False to get unscaled values:
VectorColorFunctionScaling (4)
By default, scaled values are used:
Use VectorColorFunctionScaling->False to get unscaled values:
Use unscaled coordinates in the direction and scaled coordinates in the direction:
Explicitly specify the scaling for each color function argument:
VectorMarkers (10)
VectorPoints (8)
Use automatically determined vector points:
Show all of the specified field vectors:
Use symbolic names to specify the set of field vectors:
Create a hexagonal grid of field vectors with the same number of arrows for and :
Create a hexagonal grid of field vectors with a different number of arrows for and :
Specify a list of points for showing field vectors:
Use a different number of field vectors on a hexagonal grid:
The location for vectors is given in the middle of the drawn vector:
VectorScaling (2)
VectorStyle (5)
Set the style for the displayed vectors:
Set the style for multiple vector fields:
Use Arrowheads to specify an explicit style of the arrowheads:
Specify both arrow tail and head:
Graphics primitives without Arrowheads are scaled based on the vector scale:
Applications (2)
Properties & Relations (10)
Use VectorDensityPlot to plot functions with a density plot of the scalar field:
Use StreamDensityPlot to plot streamlines instead of vectors:
Use ListVectorPlot for plotting data without a density plot:
Use ListStreamPlot to plot streamlines instead of vectors:
Use ListStreamDensityPlot to plot with streamlines instead of vectors:
Use VectorPlot to plot functions without a density plot:
Use ListVectorDisplacementPlot to visualize the deformation of a region associated with a displacement vector field:
Use ListVectorDisplacementPlot3D to visualize a deformation in 3D:
Scalar fields can be plotted by themselves with ListDensityPlot:
Use ListLineIntegralConvolutionPlot to plot the line integral convolution of vector field data:
Use ListVectorPlot3D and ListStreamPlot3D to visualize 3D vector field data:
Plot vectors on surfaces with ListSliceVectorPlot3D:
Use GeoVectorPlot to plot vectors on a map:
Use GeoStreamPlot to plot streamlines instead of vectors:
Text
Wolfram Research (2008), ListVectorDensityPlot, Wolfram Language function, https://reference.wolfram.com/language/ref/ListVectorDensityPlot.html (updated 2022).
CMS
Wolfram Language. 2008. "ListVectorDensityPlot." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2022. https://reference.wolfram.com/language/ref/ListVectorDensityPlot.html.
APA
Wolfram Language. (2008). ListVectorDensityPlot. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/ListVectorDensityPlot.html