コード例 #1
0
 def test_plot_seaborn_jpg(self):
     """Test JPG output from Matplotlib."""
     subcommands.subcmd_plot(self.argsdict["seaborn_jpg"], self.logger)
     plt.close("all")
コード例 #2
0
 def test_plot_mpl_svg(self):
     """Test SVG output from Matplotlib."""
     subcommands.subcmd_plot(self.argsdict["mpl_svg"], self.logger)
     plt.close("all")
コード例 #3
0
 def test_plot_mpl_jpg(self):
     """Test JPG output from Matplotlib."""
     subcommands.subcmd_plot(self.argsdict["mpl_jpg"])
     plt.close("all")
コード例 #4
0
 def test_plot_seaborn_svg(self):
     """Test SVG output from Matplotlib."""
     subcommands.subcmd_plot(self.argsdict["seaborn_svg"])
     plt.close("all")
コード例 #5
0
 def test_plot_mpl_pdf(self):
     """Test PDF output from Matplotlib."""
     subcommands.subcmd_plot(self.argsdict["mpl_pdf"])
     plt.close("all")