Don't bother generating png's
This commit is contained in:
parent
dccb2f57be
commit
bc2512fa95
|
@ -113,7 +113,7 @@ def make_graph(pdus, room, filename_prefix):
|
||||||
graph.add_edge(state_edge)
|
graph.add_edge(state_edge)
|
||||||
|
|
||||||
graph.write('%s.dot' % filename_prefix, format='raw', prog='dot')
|
graph.write('%s.dot' % filename_prefix, format='raw', prog='dot')
|
||||||
graph.write_png("%s.png" % filename_prefix, prog='dot')
|
# graph.write_png("%s.png" % filename_prefix, prog='dot')
|
||||||
graph.write_svg("%s.svg" % filename_prefix, prog='dot')
|
graph.write_svg("%s.svg" % filename_prefix, prog='dot')
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue