GuglielmoTor commited on
Commit
37c2a7c
·
verified ·
1 Parent(s): 18b0990

Update analytics_plot_generator.py

Browse files
Files changed (1) hide show
  1. analytics_plot_generator.py +4 -1
analytics_plot_generator.py CHANGED
@@ -7,7 +7,10 @@ import numpy as np
7
  import matplotlib.ticker as mticker
8
  import matplotlib.patches as patches # Added for rounded corners
9
  import ast # For safely evaluating string representations of lists
10
- from analytics_data_processing import generate_chatbot_data_summaries
 
 
 
11
 
12
  # Configure logging for this module
13
  logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(module)s - %(message)s')
 
7
  import matplotlib.ticker as mticker
8
  import matplotlib.patches as patches # Added for rounded corners
9
  import ast # For safely evaluating string representations of lists
10
+ from analytics_data_processing import (
11
+ generate_chatbot_data_summaries,
12
+ prepare_filtered_analytics_data
13
+ )
14
 
15
  # Configure logging for this module
16
  logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(module)s - %(message)s')