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? -- 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/27966ed8-72f2-4599-b656-f83596d259d0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
