8000 Rename style files to `*.style` · matplotlib/matplotlib@d83a03c · GitHub
[go: up one dir, main page]

Skip to content

Commit d83a03c

Browse files
committed
Rename style files to *.style
1 parent 3270aa4 commit d83a03c

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
@@ -23,7 +23,7 @@
2323
BASE_LIBRARY_PATH = os.path.join(_here, 'stylelib')
2424
# Users may want multiple library paths, so store a list of paths.
2525
USER_LIBRARY_PATHS = [os.path.join('~', '.matplotlib', 'stylelib')]
26-
STYLE_FILE_PATTERN = re.compile('([A-Za-z._-]+).mplrc$')
26+
STYLE_FILE_PATTERN = re.compile('([A-Za-z._-]+).style$')
2727

2828

2929
def use(name):

0 commit comments

Comments
 (0)
0