@@ -11,15 +11,16 @@ 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
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.
19
- Both of these packages include matplotlib and pylab, and *lots* of other useful
20
- tools. matplotlib is also packaged for almost every major Linux distribution.
21
- So if you are on Linux, your package manager will probably provide matplotlib
22
- prebuilt.
14
+ distributions that already provide matplotlib built-in. The Continuum.io
15
+ Python distribution `(Anaconda)
16
+ <https://store.continuum.io/cshop/anaconda/>`_ for Windows, OS X, or Redhat
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 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.
23
24
24
25
Manually installing pre-built packages
25
26
======================================
0 commit comments