CADETProcess.plotting.set_figure_style

CADETProcess.plotting.set_figure_style#

CADETProcess.plotting.set_figure_style(style='medium')[source]#

Define the sytle of a plot.

Can set the sytle of a plot for small, medium and large plots. The figuresize of the figure, the linewitdth and color of the lines and the size of the font can be changed by switching the style.

Parameters:
stylestr

Style of a figure plot, default set to small.

Raises:
CADETProcessError

If no valid style has been chosen as parameter.