Questions tagged [plot-annotations]

If you have any inquiries pertaining to the labeling of data points on plots or bar labels, feel free to ask.

Tips for displaying only the decimal component in heatmap annotation floats

I have decimal floats and I'm only concerned with the numbers after the decimal point, as the integer part is irrelevant for my problem. When displaying these numbers on seaborn plots, I need to use string formatting. Currently, I am using '0.2f' to show ...