Add WireViz info to output file
This commit is contained in:
parent
492710baa6
commit
9b745b6cbb
@ -74,6 +74,8 @@ class Harness:
|
|||||||
|
|
||||||
def create_graph(self):
|
def create_graph(self):
|
||||||
dot = Graph()
|
dot = Graph()
|
||||||
|
dot.body.append('// Graph generated by WireViz')
|
||||||
|
dot.body.append('// https://github.com/formatc1702/WireViz')
|
||||||
font = 'arial'
|
font = 'arial'
|
||||||
dot.attr('graph', rankdir='LR', ranksep='2', bgcolor='transparent', fontname=font)
|
dot.attr('graph', rankdir='LR', ranksep='2', bgcolor='transparent', fontname=font)
|
||||||
dot.attr('node', shape='record', style='rounded,filled', fillcolor='white', fontname=font)
|
dot.attr('node', shape='record', style='rounded,filled', fillcolor='white', fontname=font)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user