bug fix on label
This commit is contained in:
parent
919ba2f51e
commit
a4114edaf9
2 changed files with 5 additions and 5 deletions
|
|
@ -170,7 +170,7 @@ def exposure_model_from_vl_breathing_cn():
|
|||
r"$\mathbf{c_{n,B}=0.06}$", color=cmap.to_rgba(cn), size='small')
|
||||
|
||||
fig.colorbar(cmap, ticks=[0.01, 0.1, 0.5],
|
||||
label="Particle emission concentration, ${c_{n,B}$")
|
||||
label="Particle emission concentration, ${c_{n,B}}$")
|
||||
ax.set_yscale('log')
|
||||
|
||||
############# Coleman #############
|
||||
|
|
@ -237,7 +237,7 @@ def exposure_model_from_vl_talking_cn():
|
|||
r"$\mathbf{c_{n,L}=0.2}$", color=cmap.to_rgba(cn), size='small')
|
||||
|
||||
fig.colorbar(cmap, ticks=[0.01, 0.5, 1.0, 2.0],
|
||||
label="Particle emission concentration, ${c_{n,L}$")
|
||||
label="Particle emission concentration, ${c_{n,L}}$")
|
||||
ax.set_yscale('log')
|
||||
|
||||
############# Coleman #############
|
||||
|
|
|
|||
|
|
@ -9,15 +9,15 @@ from cara.test_plots import *
|
|||
|
||||
# Exhaled virions while talking, seated #
|
||||
print('\n<<<<<<<<<<< Vlout for Talking, seated >>>>>>>>>>>')
|
||||
exposure_model_from_vl_talking()
|
||||
#exposure_model_from_vl_talking()
|
||||
|
||||
# Exhaled virions while breathing, seated #
|
||||
print('\n<<<<<<<<<<< Vlout for Breathing, seated >>>>>>>>>>>')
|
||||
exposure_model_from_vl_breathing()
|
||||
#exposure_model_from_vl_breathing()
|
||||
|
||||
# Exhaled virions while talking according to BLO model, seated #
|
||||
print('\n<<<<<<<<<<< Vlout for Talking, seated with chosen Cn,L >>>>>>>>>>>')
|
||||
exposure_model_from_vl_talking_cn()
|
||||
#exposure_model_from_vl_talking_cn()
|
||||
|
||||
# Exhaled virions while breathing according to BLO model, seated #
|
||||
print('\n<<<<<<<<<<< Vlout for Breathing, seated with chosen Cn,B >>>>>>>>>>>')
|
||||
|
|
|
|||
Loading…
Reference in a new issue