Skip to content

Commit a7059c1

Browse files
Xu, BeisiXu, Beisi
Xu, Beisi
authored and
Xu, Beisi
committed
debug title
1 parent 7cacf3c commit a7059c1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

deeptools/plotHeatmap.py

+1
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ def autobreaklinetitle(title,sep="[-_,.]",lmax=15):
125125
tmp = ""
126126
else:
127127
tmp += "-"
128+
newtitle += tmp.strip("-") + "\n"
128129
return newtitle
129130

130131
def addProfilePlot(hm, plt, fig, grids, iterNum, iterNum2, perGroup, averageType, plot_type, yAxisLabel, color_list, yMin, yMax, wspace, hspace, colorbar_position, label_rotation=0.0):

deeptools/plotProfile.py

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ def autobreaklinetitle(title,sep="[-_,.]",lmax=15):
5959
tmp = ""
6060
else:
6161
tmp += "-"
62+
newtitle += tmp.strip("-") + "\n"
6263
return newtitle
6364

6465
def process_args(args=None):

0 commit comments

Comments
 (0)