コード例 #1
0
 def test_HS_SEAStyle_01(self):
     img = self.plot(mpl_hsec_styles.HS_SEAStyle_01(driver=self.hsec))
     assert img is not None
     noframe = self.plot(mpl_hsec_styles.HS_SEAStyle_01(driver=self.hsec),
                         noframe=True)
     assert noframe is not None
     assert noframe != img
コード例 #2
0
 def test_HS_SEAStyle_01(self):
     img = self.plot(mpl_hsec_styles.HS_SEAStyle_01(driver=self.hsec))
     assert img is not None