@@ -11,17 +11,17 @@ 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.
18
- 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
- every major Linux distribution. So if you are on Linux, your package
23
- manager will probably provide matplotlib prebuilt.
24
-
14
+ distributions that already provide matplotlib built-in. The
15
+ Continuum.io distribution `(Anaconda )
16
+ <https ://store.continuum.io/cshop/anaconda/ >`_ or the Enthought distribution
17
+ `(Canopy) <https://www.enthought.com/products/canopy/>`_ for Windows, OS X, or
18
+ Redhat is an excellent choice that "just works" out of the box. Another
19
+ excellent alternative for Windows users is `Python (x, y)
20
+ <http://www.pythonxy.com/>`_ which tends to be updated a bit more frequently.
21
+ Both of these packages include matplotlib and pylab, and *lots* of other useful
22
+ tools. matplotlib is also packaged for almost every major Linux distribution.
23
+ So if you are on Linux, your package manager will probably provide matplotlib
24
+ prebuilt.
25
25
26
26
Manually installing pre-built packages
27
27
======================================
0 commit comments