Esempio n. 1
0
 def test_VS_EMACEyja_Style_01(self):
     img = self.plot(mpl_vsec_styles.VS_EMACEyja_Style_01(driver=self.vsec))
     assert img is not None
     noframe = self.plot(
         mpl_vsec_styles.VS_EMACEyja_Style_01(driver=self.vsec),
         noframe=True)
     assert noframe != img
 def test_VS_EMACEyja_Style_01(self):
     img = self.plot(mpl_vsec_styles.VS_EMACEyja_Style_01(driver=self.vsec))
     assert img is not None