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)
Beispiel #2
0
 def setUp(self):
     ImportedDataTest.setUp(self)
     self.view = flow.Histogram2DView(xchannel = "B1-A",
                                      ychannel = "Y2-A")
Beispiel #3
0
 def setUp(self):
     super().setUp()
     self.view = flow.Histogram2DView(xchannel = "B1-A",
                                      ychannel = "Y2-A")