deepTools icon indicating copy to clipboard operation
deepTools copied to clipboard

Left over 0 in plotProfile

Open dpryan79 opened this issue 5 years ago • 1 comments

There's a random 0 left over when plotProfile adds a title:

plotProfile -m mat.gz -out profile.png --plotType se --labelRotation 45 --plotHeight 15 --plotWidth 15 -T "Average Profile"

This is probably a weird matplotlib bug that needs working around.

dpryan79 avatar Jul 08 '20 07:07 dpryan79

Hi @dpryan79 I have tried your command line on #1001 and the figure looks like this: plotProfile -m deeptools/test/test_heatmapper/master_multi.mat.gz -out profile.png --plotType se --labelRotation 45 --plotHeight 15 --plotWidth 15 -T "Average Profile" profile I am not sure if I can see where the left over 0 is. Could it be that updating mpl already solved the issue?

LeilyR avatar Sep 17 '20 15:09 LeilyR