Skip to content

Commit 7054ce7

Browse files
committed
fix renamed plot util function
1 parent dfeb377 commit 7054ce7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

hbw/plotting/s_over_b.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from columnflow.util import maybe_import
1414
from columnflow.plotting.plot_all import plot_all
1515
from columnflow.plotting.plot_util import (
16-
# prepare_plot_config,
16+
# prepare_stack_plot_config,
1717
prepare_style_config,
1818
remove_residual_axis,
1919
apply_variable_settings,

hbw/tasks/postfit_plots.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def load_hists_uproot(fit_diagnostics_path):
6565

6666
from columnflow.plotting.plot_all import plot_all
6767
from columnflow.plotting.plot_util import (
68-
prepare_plot_config,
68+
prepare_stack_plot_config,
6969
prepare_style_config,
7070
)
7171

@@ -86,7 +86,7 @@ def plot_postfit_shapes(
8686
) -> tuple(plt.Figure, tuple(plt.Axes)):
8787
variable_inst = law.util.make_tuple(variable_insts)[0]
8888

89-
plot_config = prepare_plot_config(
89+
plot_config = prepare_stack_plot_config(
9090
hists,
9191
shape_norm=shape_norm,
9292
hide_errors=hide_errors,

0 commit comments

Comments
 (0)