columnflow.plotting#

Functions:

supports_multi_variable(plot_func)

Decorator for plot functions to indicate that they support multi-variable plotting.

check_multi_variable_support(plot_func)

Helper to check if a plot function supports multi-variable plotting.

supports_multi_category(plot_func)

Decorator for plot functions to indicate that they support multi-category plotting.

check_multi_category_support(plot_func)

Helper to check if a plot function supports multi-category plotting.

supports_multi_variable(plot_func)[source]#

Decorator for plot functions to indicate that they support multi-variable plotting.

Return type:

Callable

check_multi_variable_support(plot_func)[source]#

Helper to check if a plot function supports multi-variable plotting.

Return type:

bool

supports_multi_category(plot_func)[source]#

Decorator for plot functions to indicate that they support multi-category plotting.

Return type:

Callable

check_multi_category_support(plot_func)[source]#

Helper to check if a plot function supports multi-category plotting.

Return type:

bool