Searched refs:width (Results 1 – 2 of 2) sorted by relevance
10 …width=s?void 0:d.size},getValueScaleId:function(){return this.getMeta().yAxisID},getIndexScaleId:f… property
33 width = math.ceil(len(array)**0.5)34 height = math.ceil(len(array)/ width)36 pad_width=(0, width * height - len(array)),39 padded = padded.reshape(width, -1)