File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,12 +18,20 @@ Windows and Linux distributions::
1818 python -m pip install -U pip
1919 python -m pip install -U matplotlib
2020
21+ If this command results in Matplotlib being compiled from source and
22+ there's trouble with the compilation, you can add ``--prefer-binary `` to
23+ select the newest version of Matplotlib for which there is a
24+ precompiled wheel for your OS and Python.
25+
2126.. note ::
2227
23- The following backends work out of the box: Agg, ps, pdf, svg and TkAgg.
28+ The following backends work out of the box: Agg, ps, pdf, svg
29+
30+ Python is typically shipped with tk bindings which are used by
31+ TkAgg.
2432
2533 For support of other GUI frameworks, LaTeX rendering, saving
26- animations and a larger selection of file formats, you may need to
34+ animations and a larger selection of file formats, you need to
2735 install :ref: `additional dependencies <install_requirements >`.
2836
2937Although not required, we suggest also installing ``IPython `` for
You can’t perform that action at this time.
0 commit comments