From 197b7e843bc69017ec475c5b46c0e422bc8db183 Mon Sep 17 00:00:00 2001 From: rkansal47 Date: Fri, 3 Nov 2023 15:32:10 -0500 Subject: [PATCH] legend center left --- src/HHbbVV/postprocessing/plotting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HHbbVV/postprocessing/plotting.py b/src/HHbbVV/postprocessing/plotting.py index b5899638..4cdf88e4 100644 --- a/src/HHbbVV/postprocessing/plotting.py +++ b/src/HHbbVV/postprocessing/plotting.py @@ -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 = [