* Added errbox() function which creates patches using x and y errors and widths and heights * Added default behaviour of xlim and ylim to 'auto = True' in plot_finaliser
0.3.5.1
* Fixed conflict between clim and vmin/vmax in plots_2d.hist2D(). Now if both are given, clim will override vmin/vmax
0.3.5.0
* Added Sector Plots (a.k.a 'Pizza slice' plots)
0.3.4.2
* Removed unnecessary print statements in hist2D()