Update the xaxis label to hour of day.

This commit is contained in:
Phil Elson 2020-11-06 17:57:14 +01:00
parent 9b875d3b28
commit 8b0e5d4c11

View file

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