add markers
This commit is contained in:
@@ -13,10 +13,10 @@ def plot(data, countries):
|
||||
|
||||
# death/case
|
||||
pp.figure(name)
|
||||
pp.plot(time, np.array(total_deaths)/np.array(total_cases), label=f"{loc}")
|
||||
pp.plot(time, np.array(total_deaths)/np.array(total_cases), label=f"{loc}", marker=".")
|
||||
|
||||
pp.yscale("log")
|
||||
pp.xticks(rotation=90)
|
||||
pp.xticks(rotation=45)
|
||||
pp.legend(frameon=False)
|
||||
pp.tight_layout()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user