Skip to content

Commit

Permalink
Update data_visualizations.py
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinsgi authored Sep 12, 2024
1 parent 189bd23 commit 9eb691a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def main():
visualization_options = {
'dataframes_paths': options.csv_list,
'store_path': options.destination,
'base_name': options.name
'base_name': options.name,
'plot_title': options.plot_title
}

Expand Down

0 comments on commit 9eb691a

Please sign in to comment.