|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
VertexShape
VertexShape
is an option and property for Graph and related functions that specifies the graphics used for vertices.
DetailsDetails
- VertexShape can be any Graphics, Graphics3D, or Image object.
- The rendered form of each vertex is obtained by rescaling the given object.
- The following settings for VertexShape can be used:
-
Automatic use preset default vertex shape g use the graphic g for all vertices {v1->g1,v2->g2,...} use
for vertex 
ExamplesExamplesopen allclose all
Basic Examples (2)Basic Examples (2)
Draw vertex shapes using any Graphics, Image, or Graphics3D:
| In[1]:= |
| Out[1]= | ![]() |
Specify vertex shapes for individual vertices:
| In[1]:= |
| Out[1]= | ![]() |
New in 8
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »



