add axis labels
This commit is contained in:
@@ -17,6 +17,7 @@ def plot(data, countries):
|
||||
pp.plot(time, np.array(total_deaths)/np.array(total_cases), label=f"{loc}", marker=".")
|
||||
|
||||
pp.yscale("log")
|
||||
pp.ylabel("relative deaths")
|
||||
pp.xticks(rotation=45)
|
||||
pp.legend(frameon=False)
|
||||
pp.tight_layout()
|
||||
|
||||
Reference in New Issue
Block a user