Skip to content

Commit

Permalink
Tidier dot
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-wieser committed Mar 16, 2015
1 parent d9ddb31 commit 78e3f1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/flowcharts/conveyorCollect.dot
@@ -1,4 +1,5 @@
digraph RootGraph {
rank=LR;
edge [color="#06306F", fillcolor="#FFFFFF"];
subgraph Flowchart {
node [color="#06306F", fillcolor="#FFFFFF", fontcolor="#06306F", style=filled];
Expand All @@ -22,4 +23,7 @@
"Arm Open"->"Straight along conveyor" [label=Else];
"Arm Open"->"End" [label="At position 5"];
"Check Egg Type"->"End" [label="Not shouldCollect\nAnd at position 5"];

{rank=min; Start}
{rank=max; End}
}

0 comments on commit 78e3f1f

Please sign in to comment.