Description Usage Details See Also
A directed, attributed multigraph.
1 2 3 | multigraph(data = list())
multiedge(src, tgt, ind)
|
The internal data structure uses adjacency lists for successors
and predecessors. It is modeled on the MultiDiGraph
class in the
Python library NetworkX.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.