avichr commited on
Commit
63fd61e
·
1 Parent(s): 2522810

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
- plt.show()
39
 
 
35
  ax.fill(angles, values, 'b', alpha=0.1)
36
 
37
  # Show the graph
38
+ return(ax)
39