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