Yuxuan-Zhang-Dexter commited on
Commit
5adcfdd
·
1 Parent(s): 6d7b424

bold game name

Browse files
Files changed (1) hide show
  1. data_visualization.py +1 -1
data_visualization.py CHANGED
@@ -494,7 +494,7 @@ def create_group_bar_chart(df):
494
 
495
  # Customize the plot
496
  ax.set_xticks(np.arange(n_games))
497
- ax.set_xticklabels(active_games, rotation=45, ha='right', fontsize=10)
498
  ax.set_ylabel('Normalized Performance Score', fontsize=12)
499
  ax.set_title('AI Model Performance Across Games',
500
  fontsize=14, pad=20, fontweight='bold')
 
494
 
495
  # Customize the plot
496
  ax.set_xticks(np.arange(n_games))
497
+ ax.set_xticklabels(active_games, rotation=45, ha='right', fontsize=10, fontweight='bold')
498
  ax.set_ylabel('Normalized Performance Score', fontsize=12)
499
  ax.set_title('AI Model Performance Across Games',
500
  fontsize=14, pad=20, fontweight='bold')