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:
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user