If in seaborn.heatmap() I use annot=True, fmt='g', I get both (mixed) int and float values in annotations on a heatmap. Is there an easy way to round or truncate the float values in the annotations, so that I get int values only? Thanks.
I tried fmt='g', 'fmt='d', but it did not work.