columnflow.plotting#
Functions:
|
Decorator for plot functions to indicate that they support multi-variable plotting. |
|
Helper to check if a plot function supports multi-variable plotting. |
|
Decorator for plot functions to indicate that they support multi-category plotting. |
|
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:
- check_multi_variable_support(plot_func)[source]#
Helper to check if a plot function supports multi-variable plotting.
- Return type: