add matplotlib to sentence about packages

In general, when people speak about scientific Python, the mention the trinity
of Numpy, Scipy and Matplotlib.
This commit is contained in:
Valentin Haenel
2013-02-21 21:52:02 +01:00
parent 7915805501
commit 70c7f81441
+2 -2
View File
@@ -11,8 +11,8 @@ and it performs really well.
Due to its high performance nature, scientific computing in python often refers
to external libraries, typically written in faster languages (like C, or FORTRAN
for matrix operations). The main libraries used are `NumPy`_ and
`SciPy`_.
for matrix operations). The main libraries used are `NumPy`_,
`SciPy`_ and `Matplotlib`_.
Libraries
:::::::::