This release includes a new module `patches`, which includes two `matplotlib.patches.Polygon` objects, `Bracket` and `LogEllipse`
0.3.1
Includes function `plottools.astroplots.contour_overlay` to overlay contours from one image on to another.
0.3.0
* Includes new structure with `setup.py` install. * New calling syntax: `from plottools import ` with several options and new functionality * Bug fixes
0.2.0
This release includes compatibility with `Python 3` through:
* import of `__future__` statements * replacing `itertools.izip` for `Python3`'s built-in `zip` when necessary
0.1.4
Added function `update_rcParams()`, which updates them with some of my preferred values, or other user-specified values.
0.1.3
This release includes a new function, `colorscale()`, which produces a color array and consistent colormap given an array or a range of values.