2.1.15.3.1. cli.cmd_plot.execution.Executor
- class cli.cmd_plot.execution.Executor(input_data: list[Path], data_config: Path, plot_config: Path, output: Path | None = None, **kwargs: Unpack[KwargsTyping])
Class to execute the plot software
- __init__(input_data: list[Path], data_config: Path, plot_config: Path, output: Path | None = None, **kwargs: Unpack[KwargsTyping]) None
Initialise the Executor
Methods
__init__
(input_data, data_config, plot_config)Initialise the Executor
create_plots
()Create plots from the given data.