daler / metaseq

Framework for integrated analysis and plotting of ChIP/RIP/RNA/*-seq data
https://daler.github.io/metaseq
MIT License
87 stars 36 forks source link

plotutils.imshow for just a heatmap alone #11

Closed daler closed 9 years ago

daler commented 9 years ago

currently metaseq.plotutils.heatmap forces a line plot at the bottom of the figure. There should be a way of calling the function such that only an "array_axes" is created.

daler commented 9 years ago

Never mind, already exists (will work if you provide the ax kwarg)