Skip to content

Commit 93753f0

Browse files
author
kikocorreoso
committed
added some fixes in order to use the result obtained from
1 parent 98557cc commit 93753f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/users/style_sheets.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ Defining your own style
2626

2727
You can create custom styles and use them by calling ``style.use`` with the
2828
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
3030
create this directory), you can reuse your custom style sheet with a call to
3131
``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
3333
the styles have the same name.
3434

3535
For example, you might want to create
36-
``~/.matplotlib/stylelib/presentation.mplstyle`` with the following::
36+
``~/.config/matplotlib/stylelib/presentation.mplstyle`` with the following::
3737

3838
axes.titlesize : 24
3939
axes.labelsize : 20

0 commit comments

Comments
 (0)