WarrenWeckesser / heatmapcluster

A python library for generating a clustered heatmap with dendrograms.
BSD 2-Clause "Simplified" License
29 stars 8 forks source link

Added options ylabel_rotation and colorbar_pad #2

Closed s-boardman closed 9 years ago

s-boardman commented 9 years ago

ylabel_rotation = set rotation of tick labels on y axis

colorbar_pad = alter padding of colorbar. Useful when y tick labels are long.

WarrenWeckesser commented 9 years ago

Thanks for the PR. Looks good, I'm going to merge this.

Be aware, though, that after experimenting a bit, I'll probably make some more changes that will affect the behavior implemented here. For example, I'll probably change the default rotation of the row labels back to 0.

s-boardman commented 9 years ago

No worries, that makes sense for normal usage. Glad it looked OK. My first pull request accepted. :smile: