* Improved 'stepfilled' implementation in plots_1d.hist()
0.3.10.0
* Added filled options to plots_1d.hist()
0.3.9.1
* Removed debug print in styles.use_style()
0.3.9.0
* Added new level contour, plots_2d.cont() * Updated styles.use_style() to pass a dictionary from the given file to matplotlib * Added outputs to plots_2d.sigma_cont()
0.3.8.0
* Added curve plot for plotting functions directly from expressions * The curve() function takes an 'expr' parameter which can be a string, function or sympy expression which will evaluate over the range of the plot
0.3.7.3
* Added sector() and brokenplot() to Examples.ipynb