This release includes a new function, `savefig()`, which wraps around `pylab.savefig()` doing things one would typically do when saving a file (apply `tight_layout`, save, close and print a message, depending on user preferences).
0.1.1
Updates included in this release are: - `corner()`: - Various bug fixes - created example script
0.1
Functions:
contour_levels(...) Get the contour levels corresponding to a set of percentiles (given as fraction of 1) for a 2d histogram.
corner(...) Do a corner plot (e.g., with the posterior parameters of an MCMC chain).
phase_space(...) Plot the phase space (distance vs. velocity) of galaxies. Used mostly for galaxy cluster membership diagnostics.