Add WireViz info to output file

This commit is contained in:
Daniel Rojas 2020-05-24 14:01:41 +02:00
parent 492710baa6
commit 9b745b6cbb

View File

@ -74,6 +74,8 @@ class Harness:
def create_graph(self):
dot = Graph()
dot.body.append('// Graph generated by WireViz')
dot.body.append('// https://github.com/formatc1702/WireViz')
font = 'arial'
dot.attr('graph', rankdir='LR', ranksep='2', bgcolor='transparent', fontname=font)
dot.attr('node', shape='record', style='rounded,filled', fillcolor='white', fontname=font)