Update ucovid.py

This commit is contained in:
philcarmona 2020-04-02 14:33:49 +02:00 committed by GitHub
parent 0c85798f77
commit 4bf5b5846c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -181,7 +181,7 @@ def siraicov(betaamax=0.25,
f,ax=plt.subplots(1,1)
axc=ax
axc.set_xlabel(r"$c_\beta$ : efficiency of social distancing")
axc.set_xlabel(r"cbeta : efficiency of social distancing")
axc.set_ylabel("p : proportion of freedom (no social distancing)")
axc.plot(utt,[ualon(i,rzero) for i in utt])
axc.plot(l[:,0],l[:,1])