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: