ctf4science.data_module.get_applicable_plots#

ctf4science.data_module.get_applicable_plots(dataset_name: str) list[str]#

Return the list of applicable visualization types for the given dataset.

Reads the visualizations key from the dataset config for dataset_name.

Parameters:
dataset_namestr

Name of the dataset (e.g. 'ODE_Lorenz').

Returns:
list of str

Applicable plot types (e.g. ['trajectories', 'histograms']).

Raises:
ValueError

If no visualizations are defined in the dataset configuration.