Arts-of-coding commited on
Commit
fcb6d71
1 Parent(s): 332d8a2

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
@@ -368,7 +368,7 @@ def update_graph_and_pie_chart(batch_chosen, s_chosen, g2m_chosen, condition1_ch
368
  fig_pie = px.pie(names=labels, values=values, title=pie_title,template="seaborn")
369
 
370
  # Create the scatter plots
371
- fig_scatter = px.scatter(data_frame=dff, x='X_umap-0', y='X_umap-1', color='batch',
372
  labels={'X_umap-0': 'umap1' , 'X_umap-1': 'umap2'},
373
  hover_name='batch',template="seaborn")
374
 
 
368
  fig_pie = px.pie(names=labels, values=values, title=pie_title,template="seaborn")
369
 
370
  # Create the scatter plots
371
+ fig_scatter = px.scatter(data_frame=dff, x='X_umap-0', y='X_umap-1', color=condition1_chosen,
372
  labels={'X_umap-0': 'umap1' , 'X_umap-1': 'umap2'},
373
  hover_name='batch',template="seaborn")
374