* Fixed following problems with splotch.curve_piecewise
* Not able to plot horizontal/vertical lines * Error is var not explicitly given. * expr and intervals does not accept tuples * subs had to be specified for all expressions rather than those they were relevant to.
0.5.6.1
* Modified splotch.curve() so that an independent variable is not strictly required, allowing for constant expressions, i.e. horizontal lines.
0.5.6.0
* Added function curve_piecewise() which works similarly to curve() but can be parsed piecewise expressions.
0.5.5.0
* Upgraded splotch.axline() so that it can accept a list of axes on which to plot lines.
0.5.4.6
* Fixed spelling errors
0.5.4.5
* Fixed bug in splotch.subplots() that allowed any string to be parsed into parameters va and ha, with no warning or exception.