rlbarter / superheat

An r package for generating beautiful and customizable heatmaps
https://rlbarter.github.io/superheat/
235 stars 29 forks source link

Add options to control size of names of columns and rows of the heatmap #20

Closed LucasMS closed 7 years ago

LucasMS commented 7 years ago

With longer names on the columns and rows in the heatmap, I observed that the names were badly positioned, hidden behind the heatmap. Could not find a way to adjust this.

Thanks for the good work :)

rlbarter commented 7 years ago

This should be possible using the left.label.text.size and .bottom.label.text.size arguments. See the vignette section on this: https://rlbarter.github.io/superheat/labels.html#label-text-size.

LucasMS commented 7 years ago

Thanks :)