diff --git a/cara/apps/calculator/report_generator.py b/cara/apps/calculator/report_generator.py index 573f8bb0..b47dd0d3 100644 --- a/cara/apps/calculator/report_generator.py +++ b/cara/apps/calculator/report_generator.py @@ -59,7 +59,7 @@ def plot(times, concentrations): ax.spines['right'].set_visible(False) ax.spines['top'].set_visible(False) - ax.set_xlabel('Hours from start of event') + ax.set_xlabel('Time (hour of day)') ax.set_ylabel('Concentration ($q/m^3$)') ax.set_title('Concentration of infectious quanta')