Skip to content

Commit 6bb1118

Browse files
author
Preston Basting
committed
adjusting coverage plot titles so that long titles won't overlap legend
1 parent 15a6e99 commit 6bb1118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/plot_coverage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def plot_coverage(chrom, all_pos, all_cov, uniq_pos, uniq_cov, title, height, wi
120120

121121

122122
if title:
123-
ax.set_title(" "*15 + title, fontsize=10, loc='left')
123+
ax.set_title(" "*15 + title, fontsize=10, loc='left',y=1.07)
124124

125125

126126
## legend

0 commit comments

Comments
 (0)