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