Merge branch 'feature/plot-title' into 'master'

Remove the aerosols word from the plot title.

Closes #53

See merge request cara/cara!51
This commit is contained in:
Philip James Elson 2020-11-06 16:30:53 +00:00
commit ed408d96ad

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