Merge branch 'fix/plot_xaxis_label' into 'master'

Update the xaxis label to hour of day.

Closes #63

See merge request cara/cara!53
This commit is contained in:
Philip James Elson 2020-11-06 17:07:48 +00:00
commit 36ecdcfbb8

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