Skip to content

Fixed problem adding new axes to figures with colorbars

This PR fixes #85 (closed) whereby calling Plot.add_timeseries or similar on a Plot with axes that weren't subplots (e.g. colorbars) raised an exception.

Additionally, this PR implements sharex and sharey kwargs to the Plot.add_* methods.

Merge request reports