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