* Fixed issue with importing matplotlib.cm.get_cmap due to deprecation in v3.9.
0.6.9.2
* Fixed bug introduced with changes on the checks in contourp, where the default value for bin_type (None) would raise an error.
0.6.9.1
* Fixed issue in contourp due to the changes to axes.get_lines.prop_cycler in matplotlib v3.8
0.6.9.0
* Adjusted all iterable checks to use is_listlike() base function rather than using isinstance() * Also made some changes to curve_piecewise() to be more generalised
0.6.8.0
* Added is_listlike() to base_funcs, which checks whether a variable is iterable, but not a string. * Added is_listlike() checks to plots_2d.contourp() * Added other checks in contourp() for correct types and allowed values when giving bin_type
0.6.7.0
* Allowed errorbar() to return an output * Added the 'o'/'offset' and 's'/'suptitle' options to adjust_text(). Offset is the text that appears above a axis spline when scientific notation is in use. Adjusting 'tick' also adjusts 'offset' unless it is already specified.