graph_tool.draw
#
This module contains functions for graph drawing and layout.
Layout algorithms#
Obtain the SFDP spring-block layout of the graph. |
|
Calculate the Fruchterman-Reingold spring-block layout of the graph. |
|
Calculate the ARF spring-block layout of the graph. |
|
Computes a radial layout of the graph according to the minimum spanning tree centered at the |
|
Performs a canonical layout of a planar graph. |
|
Performs a random layout of the graph. |
Graph drawing#
Draw a graph to screen or to a file using |
|
Draw a nested block model state in a circular hierarchy layout with edge bundling. |
|
Draw a graph using graphviz. |
|
Convert property map values to be more useful as a vertex size, or edge width. |
|
Return the Bézier spline control points for the edges in |
Low-level graph drawing#
Draw a graph to a |
|
Display an interactive GTK+ window containing the given graph. |
Interactive GTK+ widget displaying a given graph. |
|
Interactive GTK+ window containing a |
|