Skip to content

Commit

Permalink
debug title
Browse files Browse the repository at this point in the history
  • Loading branch information
Xu, Beisi authored and Xu, Beisi committed Jul 12, 2023
1 parent 7cacf3c commit a7059c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions deeptools/plotHeatmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ def autobreaklinetitle(title,sep="[-_,.]",lmax=15):
tmp = ""
else:
tmp += "-"
newtitle += tmp.strip("-") + "\n"
return newtitle

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):
Expand Down
1 change: 1 addition & 0 deletions deeptools/plotProfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ def autobreaklinetitle(title,sep="[-_,.]",lmax=15):
tmp = ""
else:
tmp += "-"
newtitle += tmp.strip("-") + "\n"
return newtitle

def process_args(args=None):
Expand Down

0 comments on commit a7059c1

Please sign in to comment.