Skip to content

Commit 1d06a94

Browse files
committed
Merge branch 'master' of github.com:bergmanlab/mcclintock
2 parents 57b6697 + 6bb1118 commit 1d06a94

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)