Spaces:
Sleeping
Sleeping
Commit
·
d0da3b8
1
Parent(s):
958afc7
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(dict(visible=True))
|
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(visible=True))
|
169 |
plotly_fig.add_trace(colorbar_trace)
|
170 |
plotly_fig.layout.update(
|
171 |
annotations=[dict(
|