From: Date: Tue, 14 Aug 2007 08:04:36 +0000 (-0400) Subject: Added the choices position and get_posititons_info to graph controller. Right now... X-Git-Url: https://projects.mako.cc/source/selectricity/commitdiff_plain/45d47676ca3cc1c19b457f83a9482ba8b906f829?hp=45d47676ca3cc1c19b457f83a9482ba8b906f829 Added the choices position and get_posititons_info to graph controller. Right now, since the graph graphs a different set of data for each candidate, the data function has to be called multiple times and I'm not sure how to do it/if it's possible within the class definition. As such, I've defined everything within the choices_position method for now. I'll be trying to figure out the kinks next. Overall, the graph is very confusing and might not be very useful in the end, but the data it uses is. ---