File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ Defining your own style
26
26
27
27
You can create custom styles and use them by calling ``style.use `` with the
28
28
path or URL to the style sheet. Alternatively, if you add your
29
- ``<style-name>.mplstyle `` file to ``~/.matplotlib/stylelib `` (you may need to
29
+ ``<style-name>.mplstyle `` file to ``~/.config/ matplotlib/stylelib `` (you may need to
30
30
create this directory), you can reuse your custom style sheet with a call to
31
31
``style.use(<style-name>) ``. Note that a custom style sheet in
32
- ``~/.matplotlib/stylelib `` will override a style sheet defined by matplotlib if
32
+ ``~/.config/ matplotlib/stylelib `` will override a style sheet defined by matplotlib if
33
33
the styles have the same name.
34
34
35
35
For example, you might want to create
36
- ``~/.matplotlib/stylelib/presentation.mplstyle `` with the following::
36
+ ``~/.config/ matplotlib/stylelib/presentation.mplstyle `` with the following::
37
37
38
38
axes.titlesize : 24
39
39
axes.labelsize : 20
You can’t perform that action at this time.
0 commit comments