Skip to content

Commit 9ecebf5

Browse files
committed
move the Matplotlib section up
If the introduction mentions Numpy, Scipy and then Matplotlib -- they should appear in that order in the 'Libraries' section.
1 parent 70c7f81 commit 9ecebf5

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

docs/scenarios/scientific.rst

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,15 @@ modules for various commonly used tasks in scientific programing like linear
3939
algebra, integration (calculus), ordinary differential equation solvers and
4040
signal processing.
4141

42+
Matplotlib
43+
----------
44+
45+
`matplotlib <http://matplotlib.sourceforge.net/>`_ is a flexible plotting
46+
library for creating interactive 2D and 3D plots that can also be saved as
47+
manuscript-quality figures. The API in many ways reflects that of `MATLAB <http://www.mathworks.com/products/matlab/>`_,
48+
easing transition of MATLAB users to Python. Many examples, along with the
49+
source code to re-create them, can be browsed at the `matplotlib gallery <http://matplotlib.sourceforge.net/gallery.html>`_.
50+
4251
Enthought
4352
---------
4453

@@ -50,14 +59,6 @@ variants: a free version `EPD Free <http://enthought.com/products/epd_free.php>`
5059
and a paid version with various `pricing options.
5160
<http://enthought.com/products/epd_sublevels.php>`_
5261

53-
Matplotlib
54-
----------
55-
56-
`matplotlib <http://matplotlib.sourceforge.net/>`_ is a flexible plotting
57-
library for creating interactive 2D and 3D plots that can also be saved as
58-
manuscript-quality figures. The API in many ways reflects that of `MATLAB <http://www.mathworks.com/products/matlab/>`_,
59-
easing transition of MATLAB users to Python. Many examples, along with the
60-
source code to re-create them, can be browsed at the `matplotlib gallery <http://matplotlib.sourceforge.net/gallery.html>`_.
6162

6263
Resources
6364
:::::::::

0 commit comments

Comments
 (0)