Skip to content

Commit cde9f2b

Browse files
Merge pull request #632 from LinkedEarth/style
Do not load a default Pyleoclim style on init
2 parents 210127a + 3650875 commit cde9f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyleoclim/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from .core import *
1515

1616
from .utils.plotting import *
17-
set_style(style='journal', font_scale=1.4)
17+
#set_style(style='journal', font_scale=1.4)
1818

1919
# get the version
2020
from importlib.metadata import version

0 commit comments

Comments
 (0)