ropensci / iheatmapr

Complex, interactive heatmaps in R
https://docs.ropensci.org/iheatmapr
Other
267 stars 35 forks source link

labels on the heatmap #21

Open dockstreet opened 6 years ago

dockstreet commented 6 years ago

Hi - I'm sure I probably missed the documentation on this. Is there a way to create labels on the heatmap besides the hover over parts? I'm looking for something like treemapify but interactive labels? not sure if this supports that

AliciaSchep commented 6 years ago

Do you have an example you can share that demonstrates what you want? Would it be one label per 'square' on heatmap or something more irregular? I think the answer will be that it is possible but not easy/simple (you didn't miss anything in docs, this is definitely not a feature that is explicitly supported but there might be a hacky approach)... If I have a better idea of what you are looking for I can try to see if I can put together a code snippet that would have the desired effect and/or consider adding it as a supported feature