Remove the aerosols word from the plot title.

This commit is contained in:
Phil Elson 2020-11-06 17:29:39 +01:00
parent 227c9c26c4
commit 6b9ec722b8

View file

@ -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))