* Changed usage of 'plabel' to 'label' to be consistent with matplotlib standards * 'plabel' remains in the contourp() function as the percentages label parameter
0.5.0.0
* Removal of legacy function names * Complete re-work of plots_2d.contourp() * Improved handling of x-axis values on plots_2d.errorband()
0.4.6.9
* Fixed bad use of scipy binned_statistics in plots_2d.hist2D()
0.4.6.8
* Fixed issue with nmin in plots_1d.hist() * Renamed "smooth" to "line" in plots_1d.hist()
0.4.6.7
* Fixed non-working error raising in plots_2d.hist2D()
0.4.6.6
* Fixed bug when passing empty arrays into hist2d()