change description from RNA to q
This commit is contained in:
parent
983517ceac
commit
54ebff5b27
1 changed files with 1 additions and 1 deletions
|
|
@ -433,7 +433,7 @@ def present_model(model: MCConcentrationModel, bins: int = 30) -> None:
|
|||
axs[1, 0].set_xlabel('Breathing rate [m^3 / h]')
|
||||
|
||||
axs[1, 1].set_title('qR')
|
||||
axs[1, 1].set_xlabel('qR [log10(RNA copies / h)]')
|
||||
axs[1, 1].set_xlabel('qR [log10(q / h)]')
|
||||
|
||||
mean_patch = patches.Patch(color='red', label='Mean')
|
||||
median_patch = patches.Patch(color='green', label='Median')
|
||||
|
|
|
|||
Loading…
Reference in a new issue