|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
GraphStyle
GraphStyle
is an option to Graph and related objects that specifies styles to use for the different graph elements.
DetailsDetails
- Typical settings include: Automatic,
,
, etc.
gives a complete list of settings.- A GraphStyle setting contains base settings for the following options: EdgeShapeFunction, EdgeLabels, EdgeStyle, GraphLayout, VertexShapeFunction, VertexLabels, VertexShape, VertexSize, and VertexStyle, as well as all the supported Graphics options.
- Direct settings of any of Graph options override base settings provided by GraphStyle.
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
Set the style for a complete graph:
| In[1]:= |
| Out[1]= | ![]() |
New in 8
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

