digraph Results {
  ranksep=0.25;
 "Jonathan Walther" [ style="filled" , color="pink", shape=octagon, fontname="Helvetica", fontsize=10  ];
 "None of the Above" -> "Jonathan Walther" [ label="225" ];
 "Matthew Garrett" [ style="filled" , fontname="Helvetica", fontsize=10  ];
 "Matthew Garrett" -> "Angus Lees" [ label="290" ];
 "Matthew Garrett" -> "Andreas Schuldei" [ label="64" ];
 "Matthew Garrett" -> "None of the Above" [ label="309" ];
 "Branden Robinson" [ style="filled" , color="powderblue", shape=egg, fontcolor="Navy Blue", fontname="Helvetica", fontsize=10  ];
 "Branden Robinson" -> "Matthew Garrett" [ label="28" ];
 "Branden Robinson" -> "Anthony Towns" [ label="23" ];
 "Branden Robinson" -> "Angus Lees" [ label="257" ];
 "Branden Robinson" -> "Andreas Schuldei" [ label="60" ];
 "Branden Robinson" -> "None of the Above" [ label="269" ];
 "Anthony Towns" [ style="filled" , fontname="Helvetica", fontsize=10  ];
 "Anthony Towns" -> "Matthew Garrett" [ label="23" ];
 "Anthony Towns" -> "Angus Lees" [ label="295" ];
 "Anthony Towns" -> "Andreas Schuldei" [ label="68" ];
 "Anthony Towns" -> "None of the Above" [ label="289" ];
 "Angus Lees" [ style="filled" , fontname="Helvetica", fontsize=10  ];
 "Angus Lees" -> "None of the Above" [ label="77" ];
 "Andreas Schuldei" [ style="filled" , fontname="Helvetica", fontsize=10  ];
 "Andreas Schuldei" -> "Angus Lees" [ label="208" ];
 "Andreas Schuldei" -> "None of the Above" [ label="226" ];
 "None of the Above" [ style="filled" , shape=diamond, fontcolor="Red", fontname="Helvetica", fontsize=10  ];
}
