...I hit send a little early there. As to your error, yeah, I was wrong earlier, your GraphicsLayoutWidget object is pyqtgraph-specific and doesn't behave like a QLayout. It has an attr `ci` on which you should be able to call `.clear()`. You can use the dev console code I posted a moment ago to inspect the e.g. `vars(yourTopLevelWidget.graphWidget) and see if any of those attrs can be `clear()`ed to good effect, or if there's something else on your top-level widget which has a layout you can clear one way or the other.
Good luck! - Martin -- 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/CAD_p8v2M5c1sgyjnPjWD4VwhiBxTrvF9HyxO38%3D0UAcs%3DU0Q8w%40mail.gmail.com.
