Update visualization.py
Browse files- visualization.py +2 -2
visualization.py
CHANGED
|
@@ -63,8 +63,8 @@ class Visualization:
|
|
| 63 |
ax.legend(loc='upper right', frameon=False)
|
| 64 |
ax.set_xticks(index)
|
| 65 |
ax.set_xticklabels(student_metrics_df['Student'], rotation=0, ha='right')
|
| 66 |
-
ax.set_ylim(0,
|
| 67 |
-
ax.yaxis.set_ticks(range(0,
|
| 68 |
|
| 69 |
ax.spines['top'].set_visible(False)
|
| 70 |
ax.spines['right'].set_visible(False)
|
|
|
|
| 63 |
ax.legend(loc='upper right', frameon=False)
|
| 64 |
ax.set_xticks(index)
|
| 65 |
ax.set_xticklabels(student_metrics_df['Student'], rotation=0, ha='right')
|
| 66 |
+
ax.set_ylim(0, 125)
|
| 67 |
+
ax.yaxis.set_ticks(range(0, 124, 25))
|
| 68 |
|
| 69 |
ax.spines['top'].set_visible(False)
|
| 70 |
ax.spines['right'].set_visible(False)
|