Removed module-level import of matplotlib.backends in gwpy.plot.plot
This PR fixes #818 (closed) by removing a module-level import of matplotlib.backends
, since that sets the backend preventing users from changing it with matplotlib.use()
.
This should supersede #819.
cc: @areeda