Wajahat698 commited on
Commit
512085f
·
verified ·
1 Parent(s): 132ee32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -150,8 +150,8 @@ def plot_factor_performance(driver_df, title):
150
  )
151
 
152
  # Set y-axis
153
- plt.ylim(1, 10)
154
- plt.yticks(range(1, 11))
155
  plt.ylabel("Agreement Score")
156
  plt.title(title, fontsize=14)
157
 
 
150
  )
151
 
152
  # Set y-axis
153
+ plt.ylim(1, 6)
154
+ plt.yticks(range(1, 6))
155
  plt.ylabel("Agreement Score")
156
  plt.title(title, fontsize=14)
157