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