Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -150,8 +150,8 @@ def plot_factor_performance(driver_df, title):
|
|
| 150 |
)
|
| 151 |
|
| 152 |
# Set y-axis
|
| 153 |
-
plt.ylim(1,
|
| 154 |
-
plt.yticks(range(1,
|
| 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 |
|