Spaces:
Running
Running
Update pages/integratedsuture.py
Browse files
pages/integratedsuture.py
CHANGED
@@ -524,7 +524,11 @@ def update_graph_and_pie_chart(col_chosen, s_chosen, g2m_chosen, condition1_chos
|
|
524 |
fig_scatter_12 = px.scatter(data_frame=expression_means, x="Gene", y=col_chosen, color="Mean expression",
|
525 |
size="percentage", size_max = 20,
|
526 |
#labels={'X_umap-0': 'umap1' , 'X_umap-1': 'umap2'},
|
527 |
-
hover_name=col_chosen,template="seaborn"
|
|
|
|
|
|
|
|
|
528 |
|
529 |
fig_violin2 = px.violin(data_frame=dff, x=condition1_chosen, y=condition2_chosen, box=True, points="all",
|
530 |
color=condition1_chosen, hover_name=condition1_chosen,template="seaborn")
|
|
|
524 |
fig_scatter_12 = px.scatter(data_frame=expression_means, x="Gene", y=col_chosen, color="Mean expression",
|
525 |
size="percentage", size_max = 20,
|
526 |
#labels={'X_umap-0': 'umap1' , 'X_umap-1': 'umap2'},
|
527 |
+
hover_name=col_chosen,template="seaborn",margin: {
|
528 |
+
t: 5, //top margin
|
529 |
+
l: 5, //left margin
|
530 |
+
r: 5, //right margin
|
531 |
+
b: 5 //bottom margin)
|
532 |
|
533 |
fig_violin2 = px.violin(data_frame=dff, x=condition1_chosen, y=condition2_chosen, box=True, points="all",
|
534 |
color=condition1_chosen, hover_name=condition1_chosen,template="seaborn")
|