CADETProcess.plotting.Layout#
- class CADETProcess.plotting.Layout(style, title, x_label, x_ticks, y_label, y_ticks, x_lim, y_lim)[source]#
General figure layout.
- Attributes:
aggregated_parametersdict: Aggregated parameters of the instance.
missing_parameterslist: Parameters that are required but not set.
parametersdict: Parameters of the instance.
polynomial_parametersdict: Polynomial parameters of the instance.
required_parameterslist: Parameters that have no default value.
sized_parametersdict: Sized parameters of the instance.
- style
- title
- x_label
- x_lim
- x_ticks
- y_label
- y_lim
- y_ticks
Methods
Verify if all required parameters are set.