Browse Source

LoLADraw: Switch default layout.

bentleyjoakes 4 years ago
parent
commit
a82a6affa3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      LoLADraw.py

+ 1 - 1
LoLADraw.py

@@ -98,7 +98,7 @@ class LoLADraw:
 
         name = filename.replace(".lola", "")
         nodes = {}
-        graph = pydot.Dot(name, graph_type='digraph', layout='neato')
+        graph = pydot.Dot(name, graph_type='digraph', layout='fdp')
 
         places, markings, transitions = self.get_net(filename)
         print("Places: " + str(places))