Subplot

Members

Functions

showAsMain
void showAsMain()
toControl
FigureControl toControl()

Inherited Members

From SubplotBase

opCall
Subplot opCall(uint nRows, uint nColumns)

Create an instance with nRows rows and nColumns columns.

opCall
Subplot opCall()

Create an empty Subplot instance.

addFigure
This addFigure(FigureBase fig, uint row, uint col)

Add a figure to the subplot in the given row and column.

addFigure
This addFigure(FigureBase[] toAdd...)
This addFigure(F[] toAdd)

Add a figure to the subplot using the default layout, which is as follows:

zoomedFigure
FigureBase zoomedFigure()

Returns the zoomed figure, or null if no figure is currently zoomed.

Meta