this import seems to be missing, I couldn't set color with out it for some reason

This commit is contained in:
kolt mcbride 2018-05-24 22:06:27 -07:00
parent cfc9759502
commit e5079bca32

View File

@ -3,6 +3,7 @@ from OpenGL.arrays import vbo
from .. GLGraphicsItem import GLGraphicsItem from .. GLGraphicsItem import GLGraphicsItem
from .. import shaders from .. import shaders
from ... import QtGui from ... import QtGui
from ... import functions as fn
import numpy as np import numpy as np
__all__ = ['GLLinePlotItem'] __all__ = ['GLLinePlotItem']