Spaces:
Sleeping
Sleeping
Commit
·
493e7cd
1
Parent(s):
9251b0b
Update app.py
Browse files
app.py
CHANGED
@@ -166,7 +166,7 @@ if len(gene_list) > 1:
|
|
166 |
plotly_fig['layout']['height']=600
|
167 |
plotly_fig['layout']['width']=500
|
168 |
plotly_fig['layout']['xaxis'].update(zeroline=True, showline=True, ticklen=4, showgrid=False)
|
169 |
-
plotly_fig['layout']['yaxis'].update(y=col_order
|
170 |
plotly_fig.add_trace(colorbar_trace)
|
171 |
plotly_fig.layout.update(
|
172 |
annotations=[dict(
|
|
|
166 |
plotly_fig['layout']['height']=600
|
167 |
plotly_fig['layout']['width']=500
|
168 |
plotly_fig['layout']['xaxis'].update(zeroline=True, showline=True, ticklen=4, showgrid=False)
|
169 |
+
plotly_fig['layout']['yaxis'].update(y=col_order) #dict(visible=True)
|
170 |
plotly_fig.add_trace(colorbar_trace)
|
171 |
plotly_fig.layout.update(
|
172 |
annotations=[dict(
|