Searched refs:axisElements (Results 1 – 2 of 2) sorted by relevance
124 int axisElements = 0; in calculateCellSize() local130 axisElements = numRows; in calculateCellSize()135 axisElements = numColumns; in calculateCellSize()141 if(axisElements != 0) { in calculateCellSize()142 return axisSizePix / axisElements; in calculateCellSize()
806 axisElements = self.root.findall(".axes/axis")807 if not axisElements:809 for axisElement in axisElements: