SparkseePython
6.0.2
|
Export type. More...
Static Public Attributes | |
int | GRAPHVIZ = 0 |
Export to Graphviz format. More... | |
int | GRAPHML = 1 |
Export to GraphML format. More... | |
int | YGRAPHML = 2 |
Export to YGRAPHML format. More... | |
Export type.
|
static |
Export to GraphML format.
GraphML home page: http://graphml.graphdrawing.org/
|
static |
Export to Graphviz format.
Graphviz home page: http://www.graphviz.org
|
static |
Export to YGRAPHML format.
It is an GraphML format extended with a set of yWorks ("http://www.yworks.com") extensions. Thus, it allows for the visualization of the exported graph with the public yEd visualization tool ("http://www.yworks.com/products/yed").