From b00af20e820932e44d49b9b2eaf0981d817b13a7 Mon Sep 17 00:00:00 2001 From: Andrejh Date: Fri, 3 Sep 2021 17:18:49 +0200 Subject: [PATCH] minor edit --- cara/montecarlo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cara/montecarlo.py b/cara/montecarlo.py index b4cd878b..0a12f297 100644 --- a/cara/montecarlo.py +++ b/cara/montecarlo.py @@ -330,7 +330,7 @@ def build_talking_legend(fig): titles = ["$\\bf{CARA \, \\it{(SARS-CoV-2)}:}$", "$\\bf{Coleman \, et \, al. \, \\it{(SARS-CoV-2)}:}$"] leg = plt.legend([title_proxy, result_from_model, title_proxy, coleman], - [titles[0], "Result from model", titles[1], "Dataset"]) + [titles[0], "Results from model", titles[1], "Dataset"]) # Move titles to the left for item, label in zip(leg.legendHandles, leg.texts):