digraph Results {
  ranksep=0.25;
 "Moshe Zadka"  [ style="filled" , fontname="Helvetica", fontsize=10  ];
 "Moshe Zadka" -> "None of the Above" [ label="26" ];
 "Bdale Garbee" [ style="filled" , fontname="Helvetica", fontsize=10  ];
 "Bdale Garbee" -> "Moshe Zadka" [ label="394" ];
 "Bdale Garbee" -> "Branden Robinson" [ label="17" ];
 "Bdale Garbee" -> "None of the Above" [ label="420" ];
 "Branden Robinson" [ style="filled" , fontname="Helvetica", fontsize=10  ];
 "Branden Robinson" -> "Moshe Zadka" [ label="319" ];
 "Branden Robinson" -> "None of the Above" [ label="340" ];
 "Martin Michlmayr" [ style="filled" , color="powderblue", shape=egg, fontcolor="Navy Blue", fontname="Helvetica", fontsize=10  ];
 "Martin Michlmayr" -> "Moshe Zadka" [ label="359" ];
 "Martin Michlmayr" -> "Bdale Garbee" [ label="4" ];
 "Martin Michlmayr" -> "Branden Robinson" [ label="11" ];
 "Martin Michlmayr" -> "None of the Above" [ label="385" ];
 "None of the Above" [ style="filled" , shape=diamond, fontcolor="Red", fontname="Helvetica", fontsize=10  ];
}
