Build a GridFigure with default options.
Build a GridFigure with default options.
This factory method does not allow customisation of the figure.
The intention is that customisation happens through methods
on the GridFigure
instance:
val figure = GridFigure(1, 2) .title("my figure") .paperBackgroundColor(254, 247, 234) .plotBackgroundColor(254, 247, 234)
Factory methods for building instances of
GridFigure
.