I am constructing a heatmap heatmap(xvals, yvals, zvals, size=(500,2000) but because the yvals are texts, they seem to overlap and jumble together. See
Now increase size=(500, 10000) helps only slightly and seems to “first take the jumbled plot” and then expand it to the size given. Is there another way to do this?