Windows
This module contains all classes for handling the GUI figures and axes in mlpyqtgraph
Figure2DWindow
Figure3DWindow
FigureWindow
Bases: QObject
Controls a figure window instance
Source code in mlpyqtgraph/windows.py
graphics_layout
property
Returns the GraphicsLayoutWidget
height
property
writable
Figure window height
title
property
writable
Figure window title
width
property
writable
Figure window width
add_axis(index)
change_layout(layout_type='pg')
Change the figure's layout type; 'pg' for pyqtgraph's native layout or 'Qt' layout.
Returns: boolean indicating layout change
Source code in mlpyqtgraph/windows.py
delete()
raise_window()
Raises the current window to top
Source code in mlpyqtgraph/windows.py
setup_window(parent, width, height)
NoFigureException
Bases: RootException
This Exception is raised if no figure is defined, although one is requested
NoFigureLayout
Bases: RootException
This Exception is raised the figure layout has not been set