Skip to content

Commit

Permalink
Reduce nodesep
Browse files Browse the repository at this point in the history
  • Loading branch information
saulshanabrook committed Jun 17, 2023
1 parent 40c27da commit 4380306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graph/to_graphviz.rs
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ fn configuration_statements() -> Vec<Stmt> {
stmt!(GraphAttributes::fontname("helvetica".to_string())),
stmt!(GraphAttributes::fontsize(9.0)),
stmt!(GraphAttributes::margin(3.0)),
stmt!(GraphAttributes::nodesep(0.05)),
stmt!(GraphAttributes::nodesep(0.0)),
stmt!(GraphAttributes::ranksep(0.6)),
stmt!(GraphAttributes::colorscheme("set312".to_string())),
stmt!(GA::Edge(vec![EdgeAttributes::arrowsize(0.5)])),
Expand Down

0 comments on commit 4380306

Please sign in to comment.