Skip to content

unperfect behaviour after a PyQtgraph test #113

Open
@stonebig

Description

@stonebig

with latest ptpython/python-prompt of yesterday and on windows cmd.exe:

from pyqtgraph.Qt import QtCore, QtGui
import pyqtgraph as pg
from skimage import data

app = QtGui.QApplication([])

win = QtGui.QMainWindow()
win.resize(800, 800)
imv = pg.ImageView()
win.setCentralWidget(imv)
win.show()

imv.setImage(data.camera())

app.exec_()

gives this bottom line issues (duplications)
ptpython_bottomline

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions