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