Skip to content

Commit

Permalink
Switch to box for nodes to condense graph vertically
Browse files Browse the repository at this point in the history
  • Loading branch information
marrts committed Nov 22, 2024
1 parent 878dfc1 commit 696a59f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ class LadderGraph

out << "digraph ladder {\n";
out << " rankdir=LR;\n";
out << " node [shape=circle];\n";
out << " node [shape=box];\n";

// Create subgraphs for each rung
for (size_t rung_idx = 0; rung_idx < rungs_.size(); ++rung_idx) {
Expand Down

0 comments on commit 696a59f

Please sign in to comment.