RemoteGraphicsView

class pyqtgraph.widgets.RemoteGraphicsView.RemoteGraphicsView(parent=None, *args, **kwds)[source]

Replacement for GraphicsView that does all scene management and rendering on a remote process, while displaying on the local widget.

GraphicsItems must be created by proxy to the remote process.

__init__(parent=None, *args, **kwds)[source]
remoteProcess()[source]

Return the remote process handle. (see multiprocess.remoteproxy.RemoteEventHandler)

Previous topic

VerticalLabel

Next topic

MatplotlibWidget

This Page