File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ Defining your own style
2626
2727You can create custom styles and use them by calling ``style.use `` with the
2828path 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
3030create 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
3333the styles have the same name.
3434
3535For 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
You can’t perform that action at this time.
0 commit comments