Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -97,7 +97,7 @@ if query:
|
|
97 |
color2 = [cmap2[i] for i in range(len(sizes))]
|
98 |
|
99 |
df1.set_index('Human Gene', inplace=True)
|
100 |
-
squarify.plot(sizes=sizes, label=df1.index.tolist(), color=color2, edgecolor="#EBF5FB", text_kwargs={'fontsize':
|
101 |
#
|
102 |
# # plot the treemap using matplotlib
|
103 |
|
|
|
97 |
color2 = [cmap2[i] for i in range(len(sizes))]
|
98 |
|
99 |
df1.set_index('Human Gene', inplace=True)
|
100 |
+
squarify.plot(sizes=sizes, label=df1.index.tolist(), color=color2, edgecolor="#EBF5FB", text_kwargs={'fontsize': 12})
|
101 |
#
|
102 |
# # plot the treemap using matplotlib
|
103 |
|