Commit 7054ce7 1 parent dfeb377 commit 7054ce7 Copy full SHA for 7054ce7
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
from columnflow .util import maybe_import
14
14
from columnflow .plotting .plot_all import plot_all
15
15
from columnflow .plotting .plot_util import (
16
- # prepare_plot_config ,
16
+ # prepare_stack_plot_config ,
17
17
prepare_style_config ,
18
18
remove_residual_axis ,
19
19
apply_variable_settings ,
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ def load_hists_uproot(fit_diagnostics_path):
65
65
66
66
from columnflow .plotting .plot_all import plot_all
67
67
from columnflow .plotting .plot_util import (
68
- prepare_plot_config ,
68
+ prepare_stack_plot_config ,
69
69
prepare_style_config ,
70
70
)
71
71
@@ -86,7 +86,7 @@ def plot_postfit_shapes(
86
86
) -> tuple (plt .Figure , tuple (plt .Axes )):
87
87
variable_inst = law .util .make_tuple (variable_insts )[0 ]
88
88
89
- plot_config = prepare_plot_config (
89
+ plot_config = prepare_stack_plot_config (
90
90
hists ,
91
91
shape_norm = shape_norm ,
92
92
hide_errors = hide_errors ,
You can’t perform that action at this time.
0 commit comments