def test_inset_plot(self): with extest_util.show_replaced_by_check_graphic(self): inset_plot.main()
def test_inset_plot(self): with fail_any_deprecation_warnings(): with add_examples_to_path(): import inset_plot with show_replaced_by_check_graphic(self): inset_plot.main()