Update the xaxis label to hour of day.
This commit is contained in:
parent
9b875d3b28
commit
8b0e5d4c11
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue