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