|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
VertexStyle
VertexStyle
is an option and property for Graph and related functions that specifies what style to use for vertices.
DetailsDetails
- The following option settings can be used:
-
Automatic use automatic setting for style style use style for all vertices {v1->style1,v2->style2,...} use
for vertex 
- Vertices with no explicit vertex style
are taken to use the automatic style. - The wrapper Style[v, style] is equivalent to Property[v, VertexStyle->style] and can be used when creating graphs in functions such as Graph etc.
- VertexStyle can apply to points, lines, and faces.
- To specify multiple style directives use Directive[style1, style2, ...].
- Style and other specifications are effectively applied in the order VertexStyle, Style and other wrappers, and VertexShapeFunction, with later specifications overriding earlier ones.
New in 8
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »


