Skip to content

Commit

Permalink
Add self.bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
JBjoernskov committed Nov 27, 2024
1 parent 3c6c4f0 commit e9170b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twin4build/model/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -3617,7 +3617,7 @@ def draw_graph(self, filename: str, graph: pydot.Dot, args: Optional[List[str]]
"-Gsize=10!",
"-Gratio=compress", #0.5 #auto
"-Gpack=true",
"-Gdpi=5000", #5000 for large graphs
"-Gdpi=1000", #5000 for large graphs
"-Grepulsiveforce=0.5",
"-Gremincross=true",
"-Gstart=1",
Expand Down

0 comments on commit e9170b9

Please sign in to comment.