goulib.graph¶
efficient Euclidian Graphs for networkx and related algorithms
- requires:
- optional:
Functions
|
https://en.wikipedia.org/wiki/Delaunay_triangulation :param nodes: _Geo graph or list of (x,y) or (x,y,z) node positions :param qhull_options: string passed to |
|
improves nx.draw_networkx :param g: NetworkX Graph :param pos: can be either : |
|
|
|
|
|
|
|
|
|
draws Graph to a Drawing :param g: |
|
|
|
Make a NetworkX graph from a known data structure. |
|
|
|
writes |
|
write a JSON file, suitable for D*.js representation |
Classes
|
|
|
directed graph with nodes positions can be set to non multiedges anytime with attribute multi=False |
|
Undirected graph with nodes positions can be set to non multiedges anytime with attribute multi=False |
|
base class for graph with nodes at specified positions. |
|