* Adding tips * Remove autoinstall styles, bumping version * Updating docs * Closing figures in examples
0.2.24
* Code-style updates * Added [tick examples](https://goosempl.readthedocs.io/en/latest/examples/pyplot/readme.html#ticks) * Added CI that runs all examples
0.2.23
* Added `scale` to `subplots`
0.2.22
* Added `histogram_bin_edges_minwidth` (and the corresponding option to `histogram`).
0.2.21
Changed histogram interface:
* All binning functionality is now in `histogram_bin_edges. * The `min_count` allows to merge bins with too few data points. * `histogram_log` and `histogram_uniform` are deprecated. * `histogram` has as only extra option `return_edges`.