Spaces:
Sleeping
Sleeping
GMARTINEZMILLA
commited on
Commit
•
ee21747
1
Parent(s):
6160f84
feat: generated files
Browse files
app.py
CHANGED
@@ -55,10 +55,6 @@ def radar_chart(categories, values, title):
|
|
55 |
ax.set_yticklabels([])
|
56 |
ax.spines['polar'].set_visible(False)
|
57 |
|
58 |
-
# Dibujar el borde exterior en azul
|
59 |
-
max_value = max(values)
|
60 |
-
ax.plot(angles, [max_value]*len(angles), '-', linewidth=2, color='#4169E1')
|
61 |
-
|
62 |
# Añadir el título
|
63 |
plt.title(title, size=16, y=1.1)
|
64 |
|
|
|
55 |
ax.set_yticklabels([])
|
56 |
ax.spines['polar'].set_visible(False)
|
57 |
|
|
|
|
|
|
|
|
|
58 |
# Añadir el título
|
59 |
plt.title(title, size=16, y=1.1)
|
60 |
|