Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51d1a84 commit f7fae52Copy full SHA for f7fae52
1 file changed
lib/matplotlib/backends/backend_qt4agg.py
@@ -114,7 +114,6 @@ def paintEvent( self, e ):
114
reg = self.copy_from_bbox(bbox)
115
stringBuffer = reg.to_string()
116
qImage = QtGui.QImage(stringBuffer, w, h, QtGui.QImage.Format_ARGB32)
117
- p = QtGui.QPainter(self)
118
pixmap = QtGui.QPixmap.fromImage(qImage)
119
p = QtGui.QPainter( self )
120
p.drawPixmap(QtCore.QPoint(l, self.renderer.height-t), pixmap)
0 commit comments