|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
VertexRenderingFunction
VertexRenderingFunction
is an option for GraphPlot and related functions that gives a function to generate the graphics primitives to use in rendering each vertex.
DetailsDetails
- VertexRenderingFunction->f specifies that each vertex should be rendered with the graphics primitives given by
, where
is the coordinate position where the vertex is being placed, and
is its name. - The graphics primitives obtained by applying VertexRenderingFunction are in effect directly spliced into the graphic generated by a function like GraphPlot. Inset can be used to insert an arbitrary expression.
- VertexRenderingFunction->({}&) draws nothing for each vertex.
- VertexRenderingFunction->Automatic renders vertices according to the style specified by VertexLabeling.
- Settings for PlotStyle define defaults that can be overridden by explicit directives in VertexRenderingFunction.
New in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »





