From 6b9ec722b81f1baf260144d29340137cc6533a23 Mon Sep 17 00:00:00 2001 From: Phil Elson Date: Fri, 6 Nov 2020 17:29:39 +0100 Subject: [PATCH] Remove the aerosols word from the plot title. --- cara/apps/calculator/report_generator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cara/apps/calculator/report_generator.py b/cara/apps/calculator/report_generator.py index 7c230296..d50dda0c 100644 --- a/cara/apps/calculator/report_generator.py +++ b/cara/apps/calculator/report_generator.py @@ -61,7 +61,7 @@ def plot(times, concentrations): ax.set_xlabel('Hours from start of event') ax.set_ylabel('Concentration ($q/m^3$)') - ax.set_title('Concentration of infectious quanta aerosols') + ax.set_title('Concentration of infectious quanta') # top = max([0.75, max(concentrations)]) # print(max(concentrations))