Ejemplo n.º 1
0
 def testHexBin(self):
     # suppress unicode warning.
     with warnings.catch_warnings():
         warnings.simplefilter("ignore")
         flow.Histogram2DView(xchannel="V2-A",
                              ychannel="Y2-A",
                              huefacet="Dox").plot(self.ex)
Ejemplo n.º 2
0
 def setUp(self):
     ImportedDataTest.setUp(self)
     self.view = flow.Histogram2DView(xchannel = "B1-A",
                                      ychannel = "Y2-A")
Ejemplo n.º 3
0
 def setUp(self):
     super().setUp()
     self.view = flow.Histogram2DView(xchannel = "B1-A",
                                      ychannel = "Y2-A")