Matplotlib

matplotlib is a python 2D plotting library which produces publication quality figures in a variety of hardcopy formats.
Download

Matplotlib Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Matplotlib Team
  • Publisher web site:

Matplotlib Tags


Matplotlib Description

matplotlib is a python 2D plotting library which produces publication quality figures in a variety of hardcopy formats. Matplotlib project is a python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms. Matplotlib can be used in python scripts, the python and ipython shell (ala matlab or mathematica), web application servers, and six graphical user interface toolkits.Matplotlib trys to make easy things easy and hard things possible. You can generate plots, histograms, power spectra, bar charts, errorcharts, scatterplots, etc, with just a few lines of code. For example, to make a histogram of data in x, you simply need to type>>> hist(x, 100) # use 100 bins For the power user, you have full control of line styles, font properties, axes properties, etc, via an object oriented interface or via a handle graphics interface familiar to matlab users. What's New in This Release: · fixed an alpha colormapping bug posted on sf 2832575 · fix typo in axes_divider.py. use nanmin, nanmax in angle_helper.py (patch by Christoph Gohlke) · remove dup gui event in enter/leave events in gtk · lots of fixes for os x binaries (Thanks Russell Owen) · attach gtk events to mpl events -- fixes sf bug 2816580 · applied sf patch 2815064 (middle button events for wx) and patch 2818092 (resize events for wx) · fixed boilerplate.py so it doesn't break the ReST docs. · removed a couple of cases of mlab.load · fixed rec2csv win32 file handle bug from sf patch 2831018 · added two examples from Josh Hemann: examples/pylab_examples/barchart_demo2.py and examples/pylab_examples/boxplot_demo2.py · handled sf bugs 2831556 and 2830525; better bar error messages and backend driver configs · added miktex win32 patch from sf patch 2820194 · apply sf patches 2830233 and 2823885 for osx setup and 64 bit; thanks Michiel


Matplotlib Related Software