Update app.py
Browse files
app.py
CHANGED
|
@@ -502,8 +502,8 @@ def plot_student_metrics(student_metrics_df, attendance_avg_stats, engagement_av
|
|
| 502 |
ax.yaxis.set_ticks(range(0, 119, 20)) # Increments of 20
|
| 503 |
|
| 504 |
# Hide the top and right spines
|
| 505 |
-
ax.spines['top'].set_visible(False)
|
| 506 |
-
ax.spines['right'].set_visible(False)
|
| 507 |
|
| 508 |
# Display the plot
|
| 509 |
plt.tight_layout() # Adjust layout to fit elements
|
|
|
|
| 502 |
ax.yaxis.set_ticks(range(0, 119, 20)) # Increments of 20
|
| 503 |
|
| 504 |
# Hide the top and right spines
|
| 505 |
+
ax.spines['top'].set_visible(False)
|
| 506 |
+
ax.spines['right'].set_visible(False)
|
| 507 |
|
| 508 |
# Display the plot
|
| 509 |
plt.tight_layout() # Adjust layout to fit elements
|