File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Original file line number Diff line number Diff line change @@ -32,7 +32,11 @@ path or URL to the style sheet. Additionally, if you add your
32
32
your custom style sheet with a call to ``style.use(<style-name>) ``. By default
33
33
``mpl_configdir `` should be ``~/.config/matplotlib ``, but you can check where
34
34
yours is with ``matplotlib.get_configdir() ``; you may need to create this
35
- directory. Note that a custom style sheet in ``mpl_configdir/stylelib `` will
35
+ directory. You also can change the directory where matplotlib looks for
36
+ the stylelib/ folder by setting the MPLCONFIGDIR environment variable,
37
+ see :ref: `locating-matplotlib-config-dir `.
38
+
39
+ Note that a custom style sheet in ``mpl_configdir/stylelib `` will
36
40
override a style sheet defined by matplotlib if the styles have the same name.
37
41
38
42
For example, you might want to create
You can’t perform that action at this time.
0 commit comments