From e5079bca32acd2d7498e39f29e88fe8fc38b2d35 Mon Sep 17 00:00:00 2001 From: kolt mcbride Date: Thu, 24 May 2018 22:06:27 -0700 Subject: [PATCH] this import seems to be missing, I couldn't set color with out it for some reason --- pyqtgraph/opengl/items/GLLinePlotItem.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyqtgraph/opengl/items/GLLinePlotItem.py b/pyqtgraph/opengl/items/GLLinePlotItem.py index f5cb7545..737ac755 100644 --- a/pyqtgraph/opengl/items/GLLinePlotItem.py +++ b/pyqtgraph/opengl/items/GLLinePlotItem.py @@ -3,6 +3,7 @@ from OpenGL.arrays import vbo from .. GLGraphicsItem import GLGraphicsItem from .. import shaders from ... import QtGui +from ... import functions as fn import numpy as np __all__ = ['GLLinePlotItem']