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