Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d83a03c

Browse filesBrowse files
committed
Rename style files to *.style
1 parent 3270aa4 commit d83a03c
Copy full SHA for d83a03c

File tree

Expand file treeCollapse file tree

4 files changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+1
-1
lines changed

‎lib/matplotlib/style/core.py

Copy file name to clipboardExpand all lines: lib/matplotlib/style/core.py
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.