From 6892dc3e0ff1d19dccde785ce602fde4a77910c9 Mon Sep 17 00:00:00 2001 From: daler Date: Fri, 20 Apr 2012 10:59:52 -0400 Subject: [PATCH] add description for matplotlib --- docs/scenarios/scientific.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/scenarios/scientific.rst b/docs/scenarios/scientific.rst index 20c43f8..3b038ad 100644 --- a/docs/scenarios/scientific.rst +++ b/docs/scenarios/scientific.rst @@ -40,7 +40,12 @@ scientific python has never been easier (one click to install about 100 scientif Matplotlib ---------- -.. todo:: write about 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 `_. + PyQwt -----