Subplot

  1. class Subplot
  2. class Subplot
    version(!dfl)
    class Subplot : SubplotBase {}

Members

Functions

toWidget
FigureWidget toWidget()

Inherited Members

From SubplotBase

drawImpl
void drawImpl()
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
Subplot opCall(uint nRows, uint nColumns)

Create an instance with nRows rows and nColumns columns.

opCall
Subplot opCall()

Create an empty Subplot instance.

defaultWindowWidth
int defaultWindowWidth()
Undocumented in source. Be warned that the author may not have intended to support it.
defaultWindowHeight
int defaultWindowHeight()
Undocumented in source. Be warned that the author may not have intended to support it.
minWindowWidth
int minWindowWidth()
Undocumented in source. Be warned that the author may not have intended to support it.
minWindowHeight
int minWindowHeight()
Undocumented in source. Be warned that the author may not have intended to support it.
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