Skip to content

Commit ea5c2ed

Browse files
committed
fix issue #368
1 parent 541b62b commit ea5c2ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bayesflow/diagnostics/plots/pairs_samples.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ def _pairs_samples(
115115
**kwargs,
116116
)
117117

118+
# ensures that color doesn't overwrite palette
119+
color = None
120+
118121
else:
119122
# plot just the one set of distributions
120123
data_to_plot = pd.DataFrame(plot_data["estimates"], columns=variable_names)

0 commit comments

Comments
 (0)