Skip to content

Fixed bug in Axes.scatter, need to cast to array before c_sorting

Duncan Macleod requested to merge github/fork/duncanmmacleod/scatter-lists into develop

This PR fixes a bug in gwpy.plot.Axes.scatter, which presumed the inputs were already numpy.ndarrays, which isn't required by matplotlib.

Merge request reports