Skip to content

Commit 70c7f81

Browse files
committed
add matplotlib to sentence about packages
In general, when people speak about scientific Python, the mention the trinity of Numpy, Scipy and Matplotlib.
1 parent 7915805 commit 70c7f81

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/scenarios/scientific.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ and it performs really well.
1111

1212
Due to its high performance nature, scientific computing in python often refers
1313
to external libraries, typically written in faster languages (like C, or FORTRAN
14-
for matrix operations). The main libraries used are `NumPy`_ and
15-
`SciPy`_.
14+
for matrix operations). The main libraries used are `NumPy`_,
15+
`SciPy`_ and `Matplotlib`_.
1616

1717
Libraries
1818
:::::::::

0 commit comments

Comments
 (0)