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.
1 parent 854f74a commit 6a32d35Copy full SHA for 6a32d35
doc/users/style_sheets.rst
@@ -26,7 +26,7 @@ Defining your own style
26
27
You can create custom styles and use them by calling ``style.use`` with the
28
path or URL to the style sheet. Alternatively, if you add your ``<style-name>.mplstyle``
29
-file to ``mpl_configdir/stylelib`, you can reuse your custom style sheet with a call to
+file to ``mpl_configdir/stylelib``, you can reuse your custom style sheet with a call to
30
``style.use(<style-name>)``. By default ``mpl_configdir`` should be ``~/.config/matplotlib``,
31
but you can check where yours is with ``matplotlib.get_configdir()``, you may need to
32
create this directory. Note that a custom style sheet in ``mpl_configdir/stylelib``
0 commit comments