is an option to VectorPlot, ListVectorPlot, and related functions that determines the style to use for drawing field vectors.


VectorStyle
is an option to VectorPlot, ListVectorPlot, and related functions that determines the style to use for drawing field vectors.
Details

- The setting for VectorStyle can include any color, thickness, dashing, arrowhead, or other graphics directive.
- VectorStyle->g specifies that a graphics directive g should be used to draw vectors in a plot.
- VectorStyle->{g1,g2,…} specifies that successive directives gi should be used cyclically for successive vector fields.
- The directives that can be given include:
-
Arrowheads[spec] arrowheads Dashing[{w1,…}] dashing specification Directive[g1,g2,…] composite graphics directive Glow[c] glow color GrayLevel[i] intensity Hue[h] hue Opacity[a] opacity Red, Blue, etc. named colors RGBColor[r,g,b] RGB color Specularity[s] surface specularity Opacity[a] opacity Thickness[w] line thickness - If an explicit setting is given for VectorColorFunction, it is used in preference to the setting for VectorStyle.
Examples
open all close allBasic Examples (4)
Vector fields are colored to indicate magnitude:
Modify the style of the vectors:
Set VectorColorFunctionNone to modify the color of the vectors:
Scope (5)
Combine vector styles with vector markers:
Control the size of the arrowheads:
Use an arbitrary graphic as the arrowheads for vectors:
Plot a vector field using 3D arrows:
Use Graphics3D as a style for the 3D arrows:
Use Arrowheads to specify the style of the arrowheads:
Change the scaling using the VectorScaling option:
Related Guides
Text
Wolfram Research (2008), VectorStyle, Wolfram Language function, https://reference.wolfram.com/language/ref/VectorStyle.html (updated 2018).
CMS
Wolfram Language. 2008. "VectorStyle." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2018. https://reference.wolfram.com/language/ref/VectorStyle.html.
APA
Wolfram Language. (2008). VectorStyle. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/VectorStyle.html
BibTeX
@misc{reference.wolfram_2025_vectorstyle, author="Wolfram Research", title="{VectorStyle}", year="2018", howpublished="\url{https://reference.wolfram.com/language/ref/VectorStyle.html}", note=[Accessed: 13-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_vectorstyle, organization={Wolfram Research}, title={VectorStyle}, year={2018}, url={https://reference.wolfram.com/language/ref/VectorStyle.html}, note=[Accessed: 13-August-2025]}