digraph Results {
  "Gergely Nagy" [ style="filled" , color="pink", shape=octagon, fontname="Helvetica", fontsize=10  ];
  "None of the Above" -> "Gergely Nagy" [ weight=5, label="114" ];
  "Branden Robinson" [ style="filled" , fontname="Helvetica", fontsize=10  ];
  "Branden Robinson"  -> "None of the Above" [ weight=3, label="324" ];
  "Martin Michlmayr" [ style="filled" , color="powderblue", shape=egg, fontcolor="Navy Blue", fontname="Helvetica", fontsize=10  ];
  "Martin Michlmayr"  -> "None of the Above" [ weight=3, label="416" ];
  "Martin Michlmayr"  -> "Branden Robinson" [ weight=3, label="105" ];
  "None of the Above" [ style="filled" , shape=diamond, fontcolor="Red", fontname="Helvetica", fontsize=10  ];
}
