Added support for matplotlib-3.0.0
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
andPlot.show
to prevent infinite loops.