Definitions for "matplotlib"
Keywords:  matlab, python, syntax, plots, backends
Matplotlib is a pure python plotting library with the goal of making publication quality plots using a syntax familiar to matlab users. The library uses Numeric for handling large data sets and supports a variety of output backends
Matplotlib is a plotting library for Python which uses syntax similar to MATLAB. It is written and maintained primarily by John Hunter, and is distributed under a BSD-style license.