|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
VertexShapeFunction
VertexShapeFunction
is an option and property for Graph and related functions that specifies a function to use to generate primitives for rendering each vertex.
DetailsDetails
- The following option settings can be used:
-
Automatic the default vertex function None do not render vertices "name" a named vertex function func a general vertex function {vi->vfi,...} use vertex function
for vertex 
- The wrapper Property[v, VertexShapeFunction->f] can be used when creating graphs in functions such as Graph etc.
- Use
to get a list of all named vertex functions. - VertexShapeFunction->func specifies that each vertex should be rendered with the primitives provided by
, where
is the center, v the vertex name, and
the width and the height. - The vertex function func should render the vertex primitives in the bounding box
automatically computed by layout algorithms.
New in 8
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »





