From 54ebff5b27e9a152c970232a8b9e0c56fda62bb0 Mon Sep 17 00:00:00 2001 From: markus Date: Thu, 4 Feb 2021 13:54:05 +0100 Subject: [PATCH] change description from RNA to q --- cara/montecarlo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cara/montecarlo.py b/cara/montecarlo.py index abf09c57..16918237 100644 --- a/cara/montecarlo.py +++ b/cara/montecarlo.py @@ -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')