The default widget for displaying Figure and Subplot objects on screen. This class has no public constructor or static factory method because the proper way to instantiate this object is via the toWidget properties of FigureBase and Subplot.
Draw the figure to the internal drawing area.
Get the underlying FigureBase object.
If set as an addOnSizeAllocate callback, this will resize this control to the size of its parent window when the parent window is resized.
See Implementation
The default widget for displaying Figure and Subplot objects on screen. This class has no public constructor or static factory method because the proper way to instantiate this object is via the toWidget properties of FigureBase and Subplot.