Arts-of-coding commited on
Commit
327bd03
1 Parent(s): 3fd7580

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
@@ -451,7 +451,7 @@ def update_graph_and_pie_chart(batch_chosen, s_chosen, g2m_chosen, condition1_ch
451
  #labels={'X_umap-0': 'umap1' , 'X_umap-1': 'umap2'},
452
  hover_name='batch',template="seaborn")
453
 
454
- fig_scatter_12 = px.scatter(data_frame=dff, x=condition1_chosen, y=condition3_chosen, color=values_mean,
455
  #labels={'X_umap-0': 'umap1' , 'X_umap-1': 'umap2'},
456
  hover_name='batch',template="seaborn")
457
 
 
451
  #labels={'X_umap-0': 'umap1' , 'X_umap-1': 'umap2'},
452
  hover_name='batch',template="seaborn")
453
 
454
+ fig_scatter_12 = px.scatter(data_frame=dff, x=condition1_chosen, y=condition3_chosen, color=condition3_chosen,
455
  #labels={'X_umap-0': 'umap1' , 'X_umap-1': 'umap2'},
456
  hover_name='batch',template="seaborn")
457