Commit 5a40c183bed6b5a0ef592b3d03fa26a64bbb3ab5

Authored by Christopher Stone
1 parent 4d80e306
Exists in master

Removed redundant code

Showing 1 changed file with 0 additions and 6 deletions   Show diff stats
telemetry/code/monitor/graph_plotter_rewrite.py
@@ -33,18 +33,12 @@ class Plot: @@ -33,18 +33,12 @@ class Plot:
33 anchor_x='center', anchor_y='top') 33 anchor_x='center', anchor_y='top')
34 heading.draw() 34 heading.draw()
35 35
36 -  
37 plots = [] 36 plots = []
38 plots.append(Plot("This is a test plot")) 37 plots.append(Plot("This is a test plot"))
39 38
40 def pollSerial(foo): 39 def pollSerial(foo):
41 pass 40 pass
42 41
43 -#def update(foo):  
44 -# for plot in plots:  
45 -# plot.window.clear()  
46 -# plot.draw()  
47 -  
48 pyglet.clock.schedule_interval(pollSerial, 0.1) 42 pyglet.clock.schedule_interval(pollSerial, 0.1)
49 43
50 pyglet.app.run() 44 pyglet.app.run()
51 \ No newline at end of file 45 \ No newline at end of file