Commit 5a40c183bed6b5a0ef592b3d03fa26a64bbb3ab5
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 | 33 | anchor_x='center', anchor_y='top') |
| 34 | 34 | heading.draw() |
| 35 | 35 | |
| 36 | - | |
| 37 | 36 | plots = [] |
| 38 | 37 | plots.append(Plot("This is a test plot")) |
| 39 | 38 | |
| 40 | 39 | def pollSerial(foo): |
| 41 | 40 | pass |
| 42 | 41 | |
| 43 | -#def update(foo): | |
| 44 | -# for plot in plots: | |
| 45 | -# plot.window.clear() | |
| 46 | -# plot.draw() | |
| 47 | - | |
| 48 | 42 | pyglet.clock.schedule_interval(pollSerial, 0.1) |
| 49 | 43 | |
| 50 | 44 | pyglet.app.run() |
| 51 | 45 | \ No newline at end of file | ... | ... |