示例#1
0
 def test_VS_RelativeHumdityStyle_01(self):
     img = self.plot(
         mpl_vsec_styles.VS_RelativeHumdityStyle_01(driver=self.vsec))
     assert img is not None
     noframe = self.plot(
         mpl_vsec_styles.VS_RelativeHumdityStyle_01(driver=self.vsec),
         noframe=True)
     assert noframe != img
 def test_VS_RelativeHumdityStyle_01(self):
     img = self.plot(
         mpl_vsec_styles.VS_RelativeHumdityStyle_01(driver=self.vsec))
     assert img is not None