Esempio n. 1
0
 def test_HS_VIProbWCB_Style_01(self):
     img = self.plot(
         mpl_hsec_styles.HS_VIProbWCB_Style_01(driver=self.hsec))
     assert img is not None
     noframe = self.plot(
         mpl_hsec_styles.HS_VIProbWCB_Style_01(driver=self.hsec),
         noframe=True)
     assert noframe != img
 def test_HS_VIProbWCB_Style_01(self):
     img = self.plot(
         mpl_hsec_styles.HS_VIProbWCB_Style_01(driver=self.hsec))
     assert img is not None