-
Notifications
You must be signed in to change notification settings - Fork 4
Embedding
Ed Scheinerman edited this page Sep 19, 2018
·
30 revisions
An embedding of a graph is an assignment of points in the plane to the vertices of the graph. To visualize a graph in its current embedding, see the DrawSimpleGraphs
module or one of the Exporting functions.
A graph's embedding is part of the graph's data structure. See the Cache page of this Wiki.
-
embed(G)
givesG
the circular embedding. -
embed(G,method)
givesG
an embedding using one of the following methods: ++:circular
: vertices arranged in a circle.