Skip to content

Commit e6fe4d5

Browse files
authored
Merge pull request #9 from LPC-HH/utils_refactoring
Utils Refactoring
2 parents 6a0a696 + 21b8f21 commit e6fe4d5

File tree

2 files changed

+200
-129
lines changed

2 files changed

+200
-129
lines changed

src/boostedhh/plotting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ def ratioHistPlot(
550550
if ylim is not None:
551551
ax.set_ylim([y_lowlim, ylim])
552552
else:
553-
ax.set_ylim(y_lowlim)
553+
ax.set_ylim(y_lowlim, ax.get_ylim()[1] * 2)
554554

555555
ax.margins(x=0)
556556

0 commit comments

Comments
 (0)