Skip to content

Commit e9b8dad

Browse files
author
Sarah Krebs
committed
Fix seaborn style name
1 parent e60c9b4 commit e9b8dad

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version 1.1.3
2+
3+
## Bug-Fixes
4+
- Fix seaborn style name (#82).
5+
16
# Version 1.1.2
27

38
## Bug-Fixes

deepcave/utils/styled_plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class StyledPlot:
2525
"""
2626

2727
def __init__(self):
28-
plt.style.use("seaborn")
28+
plt.style.use("seaborn-v0_8")
2929

3030
# Set MatPlotLib defaults
3131
if find_executable("latex"):

0 commit comments

Comments
 (0)