File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,6 +39,15 @@ modules for various commonly used tasks in scientific programing like linear
3939algebra, integration (calculus), ordinary differential equation solvers and
4040signal 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+
4251Enthought
4352---------
4453
@@ -50,14 +59,6 @@ variants: a free version `EPD Free <http://enthought.com/products/epd_free.php>`
5059and 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
6263Resources
6364:::::::::
You can’t perform that action at this time.
0 commit comments