Deprecated Window Classes¶
DEPRECATED: The classes below are convenience classes that create a new window containting a single, specific widget. These classes are now unnecessary because it is possible to place any widget into its own window by simply calling its show() method.
-
class
pyqtgraph.GraphicsWindow(title=None, size=(800, 600), **kargs)[source]¶ (deprecated; use
GraphicsLayoutWidgetinstead)Convenience subclass of
GraphicsLayoutWidget. This class is intended for use from the interactive python prompt.
-
class
pyqtgraph.PlotWindow(title=None, **kargs)[source]¶ -
sigClosed¶ (deprecated; use
PlotWidgetinstead)
-