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:
commit
ed408d96ad
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