Skip to content

Commit

Permalink
legend center left
Browse files Browse the repository at this point in the history
  • Loading branch information
rkansal47 committed Nov 3, 2023
1 parent 9569604 commit 197b7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HHbbVV/postprocessing/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ def ratioTestTrain(
)

ax.set_yscale("log")
ax.legend(fontsize=16, ncol=2)
ax.legend(fontsize=16, ncol=2, loc="center left")

plot_hists = [h["Train", sample, :] / h["Test", sample, :].values() for sample in training_keys]
err = [
Expand Down

0 comments on commit 197b7e8

Please sign in to comment.