From 043eea1305f3ff889c0db59a6a65660f8c370af1 Mon Sep 17 00:00:00 2001 From: Flavia Araujo <30867168+frba@users.noreply.github.com> Date: Mon, 18 Nov 2024 15:36:21 -0500 Subject: [PATCH] Update results.py --- symbulate/results.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symbulate/results.py b/symbulate/results.py index 0f54b0f..d3da6b6 100644 --- a/symbulate/results.py +++ b/symbulate/results.py @@ -28,7 +28,7 @@ try: seaborn_colorblind_closest = difflib.get_close_matches( - 'seaborn-colorblind', plt.style.available, cutoff=0.7 + 'seaborn-v0_8-colorblind', plt.style.available, cutoff=0.7 ) stylesheet = seaborn_colorblind_closest[0] except IndexError: