An object storing configuration of a plot
Super class
ospsuite.utils::Printable -> PlotConfiguration
Public fields
outputDeviceOutput target of the plot. If NULL (default), the figure is created in the default "plot" output. Other values indicate output into a file. A list of supported outputs is provided in
GraphicsDevices-enum.outputNameA string used as the name of the .png file and as the title of the plot
outputFolderPath to the directory where the outputs should be stored.
widthWidth of the resulting plot in cm. If NULL (default), the width is automatically calculated using the value esqlabsLegacyEnv$widthPerPlotMapping
heightHeight of the resulting plot in cm. If
NULL(default), the height is automatically calculated using the value esqlabsLegacyEnv$heightPerPlotMappingnrOfColsNumber of column in a multi-panel plot. If
NULL(default), the number is calculated automatically to fit all panels while trying to keep the number of columns and rows equal. IfnrOfColsis specified, the number of rows calculated to fit all the panels.resResolution of the .png output in dpi. Default is 600.
pointsizeSize of the plotted text. Default is 8.
addTitleBoolean flag if the title should be added. If TRUE,
outputNameis added a title.
Methods
Inherited methods
Method print()
Print the object to the console