Various enhancements to the Graphviz report system. Added GVRelGraph.py - adapted GraphViz.py to use Graphviz report system.

svn: r9541
This commit is contained in:
Brian Matherly
2007-12-20 06:26:38 +00:00
parent 0f96422fd0
commit 6af58e348b
6 changed files with 611 additions and 19 deletions

View File

@@ -1585,7 +1585,7 @@ class GVDoc:
"""
raise NotImplementedError
def add_link(self, id1, id2):
def add_link(self, id1, id2, style="", head="", tail=""):
"""
Add a link between two nodes.