Arts-of-coding commited on
Commit
96fc9ff
·
verified ·
1 Parent(s): 3d97f80

Update dash_plotly_QC_scRNA.py

Browse files
Files changed (1) hide show
  1. dash_plotly_QC_scRNA.py +1 -1
dash_plotly_QC_scRNA.py CHANGED
@@ -408,7 +408,7 @@ def update_graph_and_pie_chart(batch_chosen, s_chosen, g2m_chosen, condition1_ch
408
  labels={'X_umap-0': 'umap1' , 'X_umap-1': 'umap2'},
409
  hover_name='batch',template="seaborn")
410
 
411
- fig_scatter_11 = px.scatter(data_frame=dff, x=condition1_chosen, y=condition2_chosen, color='batch',
412
  #labels={'X_umap-0': 'umap1' , 'X_umap-1': 'umap2'},
413
  hover_name='batch',template="seaborn")
414
 
 
408
  labels={'X_umap-0': 'umap1' , 'X_umap-1': 'umap2'},
409
  hover_name='batch',template="seaborn")
410
 
411
+ fig_scatter_11 = px.scatter(data_frame=dff, x=condition1_chosen, y=condition2_chosen, color=condition1_chosen,
412
  #labels={'X_umap-0': 'umap1' , 'X_umap-1': 'umap2'},
413
  hover_name='batch',template="seaborn")
414