Plotting (CADETProcess.plotting)

Plotting (CADETProcess.plotting)#

This module provides functionality for plotting in CADET-Process.

General Style#

set_figure_style([style])

Define the sytle of a plot.

SecondaryAxis(components, y_label, y_lim, ...)

Attributes:

Layout(style, title, x_label, x_ticks, ...)

Attributes:

set_layout(ax, layout[, show_legend, ...])

Setup Figure#

setup_figure([n_rows, n_cols, style, squeeze])

Setup a figure.

create_and_save_figure(func)

Annotations#

Annotation(text, xy, xytext)

Attributes:

add_annotations(ax, annotations)

Ticks#

Tick()

Attributes:

set_yticks(ax, y_ticks)

set_xticks(ax, x_ticks)

Fill Regions#

FillRegion(color_index, start, end, y_max, text)

Attributes:

add_fill_regions(ax, fill_regions[, x_lim])

Text#

add_text(ax, text[, position, tb_props])

Hlines#

HLines(y, x_min, x_max)

Attributes:

add_hlines(ax, hlines)