From f838feeb37f5d6dbc061119e17c2c803af42658c Mon Sep 17 00:00:00 2001 From: Christopher Stone Date: Sat, 10 Mar 2018 07:42:51 +0000 Subject: [PATCH] undid some temporary debugging changes --- robots/little_john/telemetry/code/monitor/version1/plot.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/robots/little_john/telemetry/code/monitor/version1/plot.py b/robots/little_john/telemetry/code/monitor/version1/plot.py index 76d0070..39c7587 100644 --- a/robots/little_john/telemetry/code/monitor/version1/plot.py +++ b/robots/little_john/telemetry/code/monitor/version1/plot.py @@ -51,9 +51,9 @@ class Plot(pyglet.window.Window): def drawBackground(self): """Draw the graph background, currently a plain colour""" - #whitepattern = pyglet.image.SolidColorImagePattern(WHITE) - #whitepattern.create_image(self.width, self.height).blit(0, 0) - pyglet.image.SolidColorImagePattern(RED).create_image(self.width, self.height).blit(0, 0) + whitepattern = pyglet.image.SolidColorImagePattern(WHITE) + whitepattern.create_image(self.width, self.height).blit(0, 0) + #pyglet.image.SolidColorImagePattern(WHITE).create_image(self.width, self.height).blit(0, 0) def drawHeading(self): """Draw a title for the graph (duplicated in the window titlebar""" -- libgit2 0.21.2