File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,10 @@ Environment Variables
12
12
13
13
The user's home directory. On linux, :envvar: `~ <HOME> ` is shorthand for :envvar: `HOME `.
14
14
15
- .. envvar :: PATH
16
-
17
- The list of directories searched to find executable programs
18
-
19
- .. envvar :: PYTHONPATH
15
+ .. envvar :: MPLBACKEND
20
16
21
- The list of directories that is added to Python's standard search list when
22
- importing packages and modules
17
+ This optional variable can be set to choose the Matplotlib backend. See
18
+ :ref: ` what-is-a-backend `.
23
19
24
20
.. envvar :: MPLCONFIGDIR
25
21
@@ -31,10 +27,14 @@ Environment Variables
31
27
is used to find a base directory in which the :file: `matplotlib ` subdirectory
32
28
is created.
33
29
34
- .. envvar :: MPLBACKEND
30
+ .. envvar :: PATH
35
31
36
- This optional variable can be set to choose the matplotlib backend. See
37
- :ref: `what-is-a-backend `.
32
+ The list of directories searched to find executable programs.
33
+
34
+ .. envvar :: PYTHONPATH
35
+
36
+ The list of directories that are added to Python's standard search list when
37
+ importing packages and modules.
38
38
39
39
.. _setting-linux-osx-environment-variables :
40
40
You can’t perform that action at this time.
0 commit comments