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 :::::::::