Spaces:
Sleeping
Sleeping
Update modules/studentact/current_situation_interface.py
Browse files
modules/studentact/current_situation_interface.py
CHANGED
|
@@ -278,7 +278,7 @@ def display_radar_chart(metrics_config, thresholds):
|
|
| 278 |
# Ajustar leyenda
|
| 279 |
ax.legend(
|
| 280 |
loc='upper right',
|
| 281 |
-
bbox_to_anchor=(0.1, 0.1),
|
| 282 |
fontsize=10,
|
| 283 |
frameon=True,
|
| 284 |
facecolor='white',
|
|
|
|
| 278 |
# Ajustar leyenda
|
| 279 |
ax.legend(
|
| 280 |
loc='upper right',
|
| 281 |
+
bbox_to_anchor=(1.3, 1.1), # Cambiado de (0.1, 0.1) a (1.3, 1.1)
|
| 282 |
fontsize=10,
|
| 283 |
frameon=True,
|
| 284 |
facecolor='white',
|