webinterface.pages.base_pages.tab3_indepth_plots module
Tab 3 (2.5): In-depth plots for current data in the Quant module.
-
webinterface.pages.base_pages.tab3_indepth_plots.generate_indepth_plots(variables_quant, parsesettingsbuilder, user_input, recalculate: bool, public_id: str | None, public_hash: str | None) → Figure[source]
Generate and return plots based on the current benchmark data in Tab 2.5.
- Parameters:
recalculate (bool) – Whether to recalculate the plots.
public_id (Optional[str], optional) – The dataset to plot, either “Uploaded dataset” or name of public run.
public_hash (Optional[str], optional) – The hash of the selected public dataset. If None, the uploaded dataset is displayed.
- Returns:
The generated plots for the selected dataset.
- Return type:
go.Figure
-
webinterface.pages.base_pages.tab3_indepth_plots.generate_sample_name(user_input: str) → str[source]
Generate a unique sample name based on the input format,
software name used and the current timestamp.
- Returns:
The generated sample name.
- Return type:
str