diff --git a/docs/scenarios/scientific.rst b/docs/scenarios/scientific.rst
index 21bca2d..e6c0602 100644
--- a/docs/scenarios/scientific.rst
+++ b/docs/scenarios/scientific.rst
@@ -39,6 +39,15 @@ modules for various commonly used tasks in scientific programing like linear
algebra, integration (calculus), ordinary differential equation solvers and
signal processing.
+Matplotlib
+----------
+
+`matplotlib `_ is a flexible plotting
+library for creating interactive 2D and 3D plots that can also be saved as
+manuscript-quality figures. The API in many ways reflects that of `MATLAB `_,
+easing transition of MATLAB users to Python. Many examples, along with the
+source code to re-create them, can be browsed at the `matplotlib gallery `_.
+
Enthought
---------
@@ -50,14 +59,6 @@ variants: a free version `EPD Free `
and a paid version with various `pricing options.
`_
-Matplotlib
-----------
-
-`matplotlib `_ is a flexible plotting
-library for creating interactive 2D and 3D plots that can also be saved as
-manuscript-quality figures. The API in many ways reflects that of `MATLAB `_,
-easing transition of MATLAB users to Python. Many examples, along with the
-source code to re-create them, can be browsed at the `matplotlib gallery `_.
Resources
:::::::::