|
SOLUTIONS
|
COMBINATORICA 程序包 符号
ShowGraph
ShowGraph[g]
displays the graph g.
ShowGraph[g, Directed]
is obsolete and it is currently identical to ShowGraph[g].
更多信息更多信息
- To use
, you first need to load the Combinatorica Package using Needs["Combinatorica`"]. - All options that affect the look of a graph can be specified as options in
. - The list of options are: VertexColor, VertexStyle, VertexNumber, VertexNumberColor, VertexNumberPosition, VertexLabel, VertexLabelColor, VertexLabelPosition, EdgeColor, EdgeStyle, EdgeLabel, EdgeLabelColor, EdgeLabelPosition, LoopPosition, and EdgeDirection.
- In addition, options of the Mathematica function Plot and options of the graphics primitive Arrow can also be specified here.
- If an option specified in
differs from options explicitly set within a graph object, then options specified inside the graph object are used.
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
