We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e60c9b4 commit e9b8dadCopy full SHA for e9b8dad
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# Version 1.1.3
2
+
3
+## Bug-Fixes
4
+- Fix seaborn style name (#82).
5
6
# Version 1.1.2
7
8
## Bug-Fixes
deepcave/utils/styled_plot.py
@@ -25,7 +25,7 @@ class StyledPlot:
25
"""
26
27
def __init__(self):
28
- plt.style.use("seaborn")
+ plt.style.use("seaborn-v0_8")
29
30
# Set MatPlotLib defaults
31
if find_executable("latex"):
0 commit comments