Skip to content

Added new SeriesAxes and SeriesPlot base classes

Duncan Macleod requested to merge github/fork/duncanmmacleod/seriesaxes-2 into develop

This PR adds two new base classes, SeriesAxes and SeriesPlot to reduce duplication between the TimeSeries and FrequencySeries plotters.

This is a simplified version of #694, which included too many other changes.

Merge request reports