def test_lineplot_with_legend(self):
     with extest_util.show_replaced_by_check_graphic(self):
         lineplot_with_legend.main()
Example #2
0
 def test_lineplot_with_legend(self):
     with extest_util.show_replaced_by_check_graphic(self):
         lineplot_with_legend.main()
Example #3
0
 def test_lineplot_with_legend(self):
     with fail_any_deprecation_warnings():
         with add_examples_to_path():
             import lineplot_with_legend
         with show_replaced_by_check_graphic(self):
             lineplot_with_legend.main()
 def test_lineplot_with_legend(self):
     lineplot_with_legend.main()