deepTools icon indicating copy to clipboard operation
deepTools copied to clipboard

plotHeatmap label rotation issue

Open lnblum opened this issue 2 years ago • 0 comments

I have been unable to rotate labels 90 degrees in my plotHeatmap outputs. I've tried running with and without a variety of --labelRotation specifications. I've attached an example. Is there something simple I'm missing here?

Thank you, Laura

  • [ X] Search whether this issue (or a similar issue) has been solved before using the search tab above. Link the previous issue if appropriate below.

  • [ X] Paste your deepTools version (deeptools --version) and your python version (python --version) below. deeptools 3.5.1 python 3.7.12

  • [X ] Paste the full deepTools command that produces the issue below (ignore if you simply spotted the issue in the code/documentation).

plotHeatmap --matrixFile combined_computeMatrix.mat.gz \
  --labelRotation 90   \
  --outFileName combined_computeMatrix_t2t_2.0.plotHeatmap.pdf       \
  --outFileNameMatrix combined_computeMatrix.plotHeatmap.mat.tab

lnblum avatar Apr 17 '23 19:04 lnblum