Spaces:
Runtime error
Runtime error
Update spider_plot.py
Browse files- spider_plot.py +1 -1
spider_plot.py
CHANGED
@@ -35,5 +35,5 @@ def spider_plot(df):
|
|
35 |
ax.fill(angles, values, 'b', alpha=0.1)
|
36 |
|
37 |
# Show the graph
|
38 |
-
return(ax)
|
39 |
|
|
|
35 |
ax.fill(angles, values, 'b', alpha=0.1)
|
36 |
|
37 |
# Show the graph
|
38 |
+
return(fig, ax)
|
39 |
|