File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,14 +12,10 @@ Environment Variables
1212
1313 The user's home directory. On linux, :envvar: `~ <HOME> ` is shorthand for :envvar: `HOME `.
1414
15- .. envvar :: PATH
16-
17- The list of directories searched to find executable programs
18-
19- .. envvar :: PYTHONPATH
15+ .. envvar :: MPLBACKEND
2016
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 `.
2319
2420.. envvar :: MPLCONFIGDIR
2521
@@ -31,10 +27,14 @@ Environment Variables
3127 is used to find a base directory in which the :file: `matplotlib ` subdirectory
3228 is created.
3329
34- .. envvar :: MPLBACKEND
30+ .. envvar :: PATH
3531
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.
3838
3939.. _setting-linux-osx-environment-variables :
4040
You can’t perform that action at this time.
0 commit comments