Comment 1 for bug 1308272

Revision history for this message
Alex K (arbitraryvalue) wrote :

I get this same issue with the following simple test program:

import pyqtgraph
from pyqtgraph.Qt import QtCore, QtGui

app = QtGui.QApplication([])
plot = pyqtgraph.PlotWidget()