Skip to content

Commit 21b8f21

Browse files
committed
increase default plotting ylim
1 parent a200eda commit 21b8f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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)