diff --git a/sdmetrics/reports/multi_table/_properties/relationship_validity.py b/sdmetrics/reports/multi_table/_properties/relationship_validity.py index 65ff198a..7eff5d16 100644 --- a/sdmetrics/reports/multi_table/_properties/relationship_validity.py +++ b/sdmetrics/reports/multi_table/_properties/relationship_validity.py @@ -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,