norygano commited on
Commit
4f0f736
·
1 Parent(s): 84e7e6a
Files changed (1) hide show
  1. plot.py +2 -2
plot.py CHANGED
@@ -89,7 +89,7 @@ def causes_chart():
89
  color='cause',
90
  barmode='group',
91
  labels={'Count': 'Occurrences', 'subfolder': '', 'cause': '<b>CAUSE</b>'},
92
- color_discrete_sequence=px.colors.qualitative.G10,
93
  )
94
 
95
  fig.update_layout(
@@ -164,7 +164,7 @@ def scatter_plot(include_modality=False):
164
  color='subfolder',
165
  hover_data=hover_data,
166
  labels={'Component 1': 'UMAP Dim 1', 'Component 2': 'UMAP Dim 2'},
167
- color_discrete_sequence=px.colors.qualitative.Plotly
168
  )
169
 
170
  fig.update_layout(
 
89
  color='cause',
90
  barmode='group',
91
  labels={'Count': 'Occurrences', 'subfolder': '', 'cause': '<b>CAUSE</b>'},
92
+ color_discrete_sequence=px.colors.qualitative.D3,
93
  )
94
 
95
  fig.update_layout(
 
164
  color='subfolder',
165
  hover_data=hover_data,
166
  labels={'Component 1': 'UMAP Dim 1', 'Component 2': 'UMAP Dim 2'},
167
+ color_discrete_sequence=px.colors.qualitative.D3
168
  )
169
 
170
  fig.update_layout(