Home | Trees | Indices | Help |
|
---|
|
Functions to generate files readable with Georg Sander's vcg (Visualization of Compiler Graphs). You can download vcg at http://rw4.cs.uni-sb.de/~sander/html/gshome.html Note that vcg exists as a debian package. See vcg's documentation for explanation about the different values that maybe used for the functions parameters. :copyright: 2000-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved. :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr :license: General Public License version 2 - http://www.gnu.org/licenses
Classes | |
VCGPrinter A vcg graph writer. |
Functions | |||
|
Variables | |
ATTRS_VAL = {'algos':('dfs', 'tree', 'minbackward', 'left_to_r
|
|
GRAPH_ATTRS = {'title': 0, 'label': 0, 'color': ATTRS_VAL ['co
|
|
NODE_ATTRS = {'title': 0, 'label': 0, 'color': ATTRS_VAL ['col
|
|
EDGE_ATTRS = {'sourcename': 0, 'targetname': 0, 'label': 0, 'l
|
Variables Details |
ATTRS_VAL
|
GRAPH_ATTRS
|
NODE_ATTRS
|
EDGE_ATTRS
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Jun 4 19:39:02 2009 | http://epydoc.sourceforge.net |