Skip to content

Added support for matplotlib-3.0.0

Duncan Macleod requested to merge github/fork/duncanmmacleod/mpl-3.0.0 into develop

This PR adds supports for matplotlib-3.0.0 by two changes

  • remove the tests for gwpy.plotter, the code probably doesn't work, the tests definitely don't
  • updated Plot._init_figure and Plot.show to prevent infinite loops.

Merge request reports