avichr commited on
Commit
362de79
1 Parent(s): dd1a5fd

Update spider_plot.py

Browse files
Files changed (1) hide show
  1. 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