Skip to content

Commit

Permalink
visualization update
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Palazzo committed Oct 31, 2023
1 parent b9d9314 commit c237226
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@ def _get_table_relationships_plot(self, table_name):
y='Score',
title=f'Data Diagnostic: Relationship Validity (Average Score={average_score})',
color='Metric',
color_discrete_sequence=[PlotConfig.DATACEBO_DARK, PlotConfig.DATACEBO_BLUE],
color_discrete_sequence=[PlotConfig.DATACEBO_DARK, PlotConfig.DATACEBO_GREEN],
pattern_shape='Metric',
pattern_shape_sequence=['', '/'],
hover_name='Child → Parent Relationship',
hover_data={
'Child → Parent Relationship': False,
Expand Down

0 comments on commit c237226

Please sign in to comment.