def check_integrity(self): self.type_check() pychart_util.check_data_integrity(self, self.data, (self.bcol, self.hcol)) self.compute_abs_data()
def check_integrity(self): self.type_check() pychart_util.check_data_integrity(self, self.data, (self.xcol, self.ycol))
def check_integrity(self): self.type_check() pychart_util.check_data_integrity(self, self.data, (self.label_col, self.data_col))
def check_integrity(self): self.type_check() pychart_util.check_data_integrity( self, self.data, (self.xcol, self.min_col, self.max_col))