소스 검색

LoLADraw: Switch default layout.

bentleyjoakes 6 년 전
부모
커밋
a82a6affa3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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))