* brokenplot() now accepts a list for xbreak to define a start and stop for the break * Added NotImplementedError() exception when trying to use ybreak
0.3.7.1
* Added some documentation to brokenplot()
0.3.7.0
* Added brokenplot() to plots_1d * Broken plots can be used as per the standard plot function with the addition of a break in the axis * brokenplot() currently only implemented for xaxis breaks
0.3.6.3
* incorporated removal of redundant tick labelling for sharex/sharey parameters
0.3.6.2
* Fixed sharex/sharey to correctly share axes depending on usage: 'none', 'all', 'row', 'col'
0.3.6.1
* Added squeeze to subplots() as well as full documentation