Hi

I am working with the heatplot command and I have a figure that looks a bit like this:

Code:
webuse nhanes2, clear
heatplot height age weight
Array

I realized that there are some ways to manipulate the legend on the right-hand side, but here's my question: Is there a way to remove the numbers that label the keys in the legend and replace them with words, e.g. to put the word "Tall" at the top (instead of 191.23) and the word "Short" at the bottom?

Thanks so much
Nora