From 9ecebf5801d3289921f04522c9b4f955faa9682e Mon Sep 17 00:00:00 2001 From: Valentin Haenel Date: Thu, 21 Feb 2013 21:53:39 +0100 Subject: [PATCH] move the Matplotlib section up If the introduction mentions Numpy, Scipy and then Matplotlib -- they should appear in that order in the 'Libraries' section. --- docs/scenarios/scientific.rst | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) 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 :::::::::