Hi,
I've extracted one of the example plots in the 'Scrolling Graphs' example file, which does exactly what I want.
I have a QWidget in my PySide, which currently uses a simple PlotWidget(). I'd like to replace the PlotWidget with the scrolling widget. The example Scrolling Graph uses a GraphicsWindow, which doesn't appear to be compatible with a QWidget. From previous answers on this mailing list, it would seem that GraphicsLayoutWidgets work in place of a GraphicsWindow, but I'm really struggling to get the GraphicsWindow Scrolling Graph example to work as a GraphicsLayoutWidget.
Can anyone provide an example where a GraphicsWindow plot has been adapted for use in a QWidget? Otherwise, what's the most efficient way to implement scrolling plot functionality within a QWidget?