SubplotBase.addFigure

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

  1. This addFigure(FigureBase fig, uint row, uint col)
    class SubplotBase
    This
    addFigure
    (
    this This
    )
    (
    ,
    uint row
    ,
    uint col
    )
  2. This addFigure(FigureBase[] toAdd...)
  3. This addFigure(F[] toAdd)

Meta