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 30, 2023
1 parent cd64c38 commit 40f1d34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def _get_table_relationships_plot(self, table_name):
plot_data,
x='Child → Parent Relationship',
y='Score',
title=f'Table Relationships (Average Score={average_score})',
title=f'Data Diagnostic: Relationship Validity (Average Score={average_score})',
color='Metric',
color_discrete_sequence=[PlotConfig.DATACEBO_DARK, PlotConfig.DATACEBO_BLUE],
hover_name='Child → Parent Relationship',
Expand Down

0 comments on commit 40f1d34

Please sign in to comment.