jfataphd commited on
Commit
0ff23be
·
1 Parent(s): b1a4aa9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,7 +111,7 @@ if query:
111
  color2 = [cmap2[i] for i in range(len(sizes))]
112
 
113
  df10.set_index('Human Gene', inplace=True)
114
- squarify.plot(sizes=sizes, label=df1.index.tolist(), color=color2, edgecolor="#EBF5FB", text_kwargs={'fontsize': 12})
115
  #
116
  # # plot the treemap using matplotlib
117
 
 
111
  color2 = [cmap2[i] for i in range(len(sizes))]
112
 
113
  df10.set_index('Human Gene', inplace=True)
114
+ squarify.plot(sizes=sizes, label=df10.index.tolist(), color=color2, edgecolor="#EBF5FB", text_kwargs={'fontsize': 12})
115
  #
116
  # # plot the treemap using matplotlib
117