Skip to content

Commit

Permalink
forgot a print
Browse files Browse the repository at this point in the history
  • Loading branch information
theodoreln committed Aug 9, 2024
1 parent bd9c791 commit 14fbcdb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pybalmorel/plotting/plot_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ def plot_bar_chart(df: pd.core.frame.DataFrame, filter: dict, series: Union[str,
values='Value',
aggfunc='sum').fillna(0)

print(temp)

# Ordering the index
order_list = []
for serie, order in series_order.items() :
Expand Down

0 comments on commit 14fbcdb

Please sign in to comment.