Skip to content

Commit 3914089

Browse files
committed
Change style extension to *.mplstyle
1 parent 7769b29 commit 3914089

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

lib/matplotlib/style/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
BASE_LIBRARY_PATH = os.path.join(_here, 'stylelib')
2626
# Users may want multiple library paths, so store a list of paths.
2727
USER_LIBRARY_PATHS = [os.path.join('~', '.matplotlib', 'stylelib')]
28-
STYLE_EXTENSION = 'style'
28+
STYLE_EXTENSION = 'mplstyle'
2929
STYLE_FILE_PATTERN = re.compile('([\S]+).%s$' % STYLE_EXTENSION)
3030

3131

0 commit comments

Comments
 (0)