def test_plots(self):
     '''Test that plots are correct'''
     data = self.idc.merge_by_year(2000)
     de = DataExplorer(data)
     hist_fig, box_fig = de.plot()
     hist_fig.show()
     box_fig.show()