Rose-Hulman Robotics Team

Changeset 460

Show
Ignore:
Timestamp:
03/14/09 17:59:16 (3 years ago)
Author:
mosttw
Message:

Inverted the speed graph

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/software/rb/gui/speedgraph.py

    r458 r460  
    7171                for point in data: 
    7272                        x += step_x 
    73                         y = center_y + (point * center_y) 
     73                        y = center_y - (point * center_y) 
    7474                        context.line_to(x, y) 
    7575                context.set_source_rgb(*color)