@@ -11,18 +11,18 @@ depends on what operating system you are using, what you already have
11
11
installed, and how you want to use it. To avoid wading through all
12
12
the details (and potential complications) on this page, the easiest
13
13
thing for you to do is use one of the pre-packaged python
14
- distributions that already provide matplotlib built-in. The Enthought
15
- Python Distribution `(EPD)
16
- <http://www.enthought.com/products/epd.php>`_ for Windows, OS X or
17
- Redhat is an excellent choice that "just works" out of the box.
14
+ distributions that already provide matplotlib built-in. The Continuum.io
15
+ Python distribution `(Anaconda)
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
20
+ *lots* of other useful tools.
18
21
Another excellent alternative for Windows users is `Python (x, y)
19
- <http://www.pythonxy.com/>`_ which tends to be updated a bit more
20
- frequently. Both of these packages include matplotlib and pylab, and
21
- *lots* of other useful tools. matplotlib is also packaged for almost
22
+ <https://code.google.com/p/pythonxy>`_ . matplotlib is also packaged for almost
22
23
every major Linux distribution. So if you are on Linux, your package
23
24
manager will probably provide matplotlib prebuilt.
24
25
25
-
26
26
Manually installing pre-built packages
27
27
======================================
28
28
@@ -198,6 +198,12 @@ six 1.3 or later
198
198
Python 2/3 compatibility library. This is also a dependency of
199
199
:term:`dateutil`.
200
200
201
+ libpng 1.2 (or later)
202
+ library for loading and saving :term:`PNG` files (`download
203
+ <http://www.libpng.org/pub/png/libpng.html>`__). libpng requires
204
+ zlib. If you are a Windows user, you can ignore this because we
205
+ build support into the matplotlib single-click installer
206
+
201
207
202
208
**Optional GUI frameworks**
203
209
@@ -241,13 +247,6 @@ ImageMagick
241
247
user, you can ignore this since we build support into the
242
248
matplotlib single click installer.
243
249
244
-
245
- libpng 1.2 (or later)
246
- library for loading and saving :term:`PNG` files (`download
247
- <http://www.libpng.org/pub/png/libpng.html>`__). libpng requires
248
- zlib. If you are a Windows user, you can ignore this because we
249
- build support into the matplotlib single-click installer
250
-
251
250
**Required libraries that ship with matplotlib**
252
251
253
252
:term:`agg` 2.4
0 commit comments