Skip to content

Commit

Permalink
fix renamed plot util function
Browse files Browse the repository at this point in the history
  • Loading branch information
mafrahm committed Jan 24, 2025
1 parent dfeb377 commit 7054ce7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hbw/plotting/s_over_b.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from columnflow.util import maybe_import
from columnflow.plotting.plot_all import plot_all
from columnflow.plotting.plot_util import (
# prepare_plot_config,
# prepare_stack_plot_config,
prepare_style_config,
remove_residual_axis,
apply_variable_settings,
Expand Down
4 changes: 2 additions & 2 deletions hbw/tasks/postfit_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def load_hists_uproot(fit_diagnostics_path):

from columnflow.plotting.plot_all import plot_all
from columnflow.plotting.plot_util import (
prepare_plot_config,
prepare_stack_plot_config,
prepare_style_config,
)

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

plot_config = prepare_plot_config(
plot_config = prepare_stack_plot_config(
hists,
shape_norm=shape_norm,
hide_errors=hide_errors,
Expand Down

0 comments on commit 7054ce7

Please sign in to comment.