From 70c7f81441dfa306a832ce7afd41df0480bc549b Mon Sep 17 00:00:00 2001 From: Valentin Haenel Date: Thu, 21 Feb 2013 21:52:02 +0100 Subject: [PATCH] add matplotlib to sentence about packages In general, when people speak about scientific Python, the mention the trinity of Numpy, Scipy and Matplotlib. --- docs/scenarios/scientific.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/scenarios/scientific.rst b/docs/scenarios/scientific.rst index 9ba928a..21bca2d 100644 --- a/docs/scenarios/scientific.rst +++ b/docs/scenarios/scientific.rst @@ -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 :::::::::