Skip to content

Commit

Permalink
dagre has different default spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenvinju committed Feb 13, 2024
1 parent 767d2cc commit a0e0e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/rascalmpl/library/vis/Graphs.rsc
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ CytoLayout defaultBreadthfirstLayout(num spacingFactor=.1, bool circle=false, bo
directed=directed
);
CytoLayout defaultDagreLayout(num spacingFactor=.1)
CytoLayout defaultDagreLayout(num spacingFactor=1)
= dagreLayout(
name=CytoLayoutName::dagre(),
animate=false,
Expand Down

0 comments on commit a0e0e8f

Please sign in to comment.