You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In QwtPlotCanvas replot()/invalidateBackingStore() reset to the backing store pixmap to an empty QPixmap()
In paintEvent() backingStore pixmap is checked for None and pixmap.isNull() -> returning True, so the backing store is never updated / used.
In QwtPlotCanvas replot()/invalidateBackingStore() reset to the backing store pixmap to an empty QPixmap()
In paintEvent() backingStore pixmap is checked for None and pixmap.isNull() -> returning True, so the backing store is never updated / used.