No description
  • Python 97.4%
  • Shell 2.6%
Find a file
2015-08-24 21:48:05 +10:00
examples Rename 'tests' to 'examples' for user clarity. 2015-08-15 09:56:01 +10:00
mplkit Improve plot labelling style. 2015-08-24 21:48:05 +10:00
.gitignore Initial commit of rough ideas. 2013-08-27 20:51:56 +10:00
LICENSE Rename package to mplkit. 2015-08-14 11:25:53 +10:00
PKGBUILD Fix mplkit url. 2015-08-15 10:00:08 +10:00
README.md Update to version 0.5, with update documentation/etc. 2015-08-15 09:52:23 +10:00
setup.py Fix mplkit url. 2015-08-15 10:00:08 +10:00

MPLKit

mplkit is a Python 2 (Python 3 support may be added later) toolkit for users of matplotlib that provides the following modules:

  • mplkit.cmap: Utility wrappers around colormaps that reverse, invert, desaturate or concatenate existing colormaps, allowing for simple colormap manipulation.
  • mplkit.plot: A helper function for plotting contours contour_image (matplotlib.pyplot.contour) over a surface plot (matplotlib.pyplot.imshow), with several advanced annotation and styling features.
  • mplkit.style: A set of styles for matplotlib that allow for more general power than simply setting rcParams (though that is supported too). The collection of example styles is (for the moment) quite small. This can act as a wrapper around matplotlib styles also. Small tweaks to these styles may be made from release to release.

For more documentation, refer to the source code itself or use the python help function on the respective modules.

Installation

If you use pip, you can run:

$ pip install mplkit

Otherwise, installing this module is as easy as:

$ python2 setup.py install

If you run Arch Linux, you can instead run:

$ makepkg -i