fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
11 lines
613 B
Text
11 lines
613 B
Text
This package facilitates the creation and rendering of graph descriptions in the
|
|
DOT language of the Graphviz graph drawing software (repo) from Python.
|
|
|
|
Create a graph object, assemble the graph by adding nodes and edges, and
|
|
retrieve its DOT source code string. Save the source code to a file and render
|
|
it with the Graphviz installation of your system.
|
|
|
|
Use the view option/method to directly inspect the resulting (PDF, PNG, SVG,
|
|
etc.) file with its default application. Graphs can also be rendered and
|
|
displayed within Jupyter notebooks (a.k.a. IPython notebooks, example) as well
|
|
as the Jupyter Qt Console.
|