Hi, I have two 2x3 QGridlayouts containing plotWidgets, each on a QTabWidget tab. I plot to and clear these plotWidgets frequently and after a few plot/clear sequences a random few of them lose their interactiveness. I can no longer interactively drag to pan them or scroll to zoom in/out on them. If I drag to pan or scroll to zoom, I have to switch to the other tab and back for the change to show on the plot.
I use plotWidget.clear() to clear the plots and plotWidget.plot() to plot traces. Using pyqtgraph v0.12.3, python3.8 64 bit PyQt5 v5.15.6 Thanks -- You received this message because you are subscribed to the Google Groups "pyqtgraph" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyqtgraph/8591b95b-ab3f-4c7f-956a-7b228ec7fc1dn%40googlegroups.com.
