Remove the aerosols word from the plot title.
This commit is contained in:
parent
227c9c26c4
commit
6b9ec722b8
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue