CADETProcess.plotting.Layout

Contents

CADETProcess.plotting.Layout#

class CADETProcess.plotting.Layout(style, title, x_label, x_ticks, y_label, y_ticks, x_lim, y_lim)[source]#
Attributes:
aggregated_parameters

dict: Aggregated parameters of the instance.

missing_parameters

list: Parameters that are required but not set.

parameters

dict: Parameters of the instance.

polynomial_parameters

dict: Polynomial parameters of the instance.

required_parameters

list: Parameters that have no default value.

sized_parameters

dict: Sized parameters of the instance.

style
title
x_label
x_lim
x_ticks
y_label
y_lim
y_ticks

Methods

check_required_parameters()

Verify if all required parameters are set.