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.
2 parents 3d3a23e + 805ce26 commit 0722bc3Copy full SHA for 0722bc3
lib/matplotlib/style/core.py
@@ -30,7 +30,7 @@
30
_here = os.path.abspath(os.path.dirname(__file__))
31
BASE_LIBRARY_PATH = os.path.join(_here, 'stylelib')
32
# Users may want multiple library paths, so store a list of paths.
33
-USER_LIBRARY_PATHS = [os.path.join('~', '.matplotlib', 'stylelib')]
+USER_LIBRARY_PATHS = [os.path.join(mpl._get_configdir(), 'stylelib')]
34
STYLE_EXTENSION = 'mplstyle'
35
STYLE_FILE_PATTERN = re.compile('([\S]+).%s$' % STYLE_EXTENSION)
36
0 commit comments