Ejemplo n.º 1
0
 def test_configurematplotlib(self):
     defaultParams = directtools.defaultrcParams()
     directtools._configurematplotlib(defaultParams)
     for key in defaultParams:
         self.assertTrue(key in matplotlib.rcParams)
         self.assertEqual(matplotlib.rcParams[key], defaultParams[key])
Ejemplo n.º 2
0
 def test_configurematplotlib(self):
     defaultParams = directtools.defaultrcParams()
     directtools._configurematplotlib(defaultParams)
     for key in defaultParams:
         self.assertTrue(key in matplotlib.rcParams)
         self.assertEqual(matplotlib.rcParams[key], defaultParams[key])