Ejemplo n.º 1
0
 def test_yaxis_labels(self):
     qplt.scatter(self.cube, self.cube.coord('str_coord'))
     self.assertBoundsTickLabels('yaxis')
Ejemplo n.º 2
0
 def test_yaxis_labels(self):
     qplt.scatter(self.cube, self.cube.coord('str_coord'))
     self.assertBoundsTickLabels('yaxis')
Ejemplo n.º 3
0
 def test_yaxis_labels(self):
     qplt.scatter(self.cube, self.cube.coord("str_coord"))
     self.assertBoundsTickLabels("yaxis")