File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,10 @@ the details (and potential complications) on this page, the easiest
1313thing for you to do is use one of the pre-packaged python
1414distributions that already provide matplotlib built-in. The Continuum.io
1515Python distribution `(Anaconda)
16- <https://store.continuum.io/cshop/anaconda/>`_ for Windows, OS X, or Linux
17- is an excellent choice that "just works" out of the box.
18- The Enthought distribution `(Canopy)
19- <https://www.enthought.com/products/canopy/>`_ is also a good a good choice
20- for any platform. Both of these packages include matplotlib and
16+ <https://store.continuum.io/cshop/anaconda/>`_ and the Enthought
17+ distribution `(Canopy) <https://www.enthought.com/products/canopy/>`_
18+ are both excellent choices that "just work" out of the box for any
19+ platform. Both of these packages include matplotlib and
2120*lots* of other useful tools. matplotlib is also packaged for almost
2221every major Linux distribution. So if you are on Linux, your package
2322manager will probably provide matplotlib prebuilt.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ different types of zlib, png and freetype that may be on your system.
44For developers who want to build matplotlib from source, the recommended and
55supported way to build is to use a third-party package manager to install the
66required dependencies, and then install matplotlib from source using the
7- setup.py script. Three widely used package managers are conda, homebrew, and
7+ setup.py script. Three widely used package managers are homebrew, and
88MacPorts. The following example illustrates how to install libpng and freetype
99using conda:
1010
You can’t perform that action at this time.
0 commit comments