various changes: fix lower axis value for all_countries, add population for each country from WikiData, fix data_getter for changed data format (added columns)
This commit is contained in:
@@ -4,7 +4,7 @@ Plot total cases of countries over time on log scale
|
||||
import matplotlib.pyplot as pp
|
||||
import numpy as np
|
||||
|
||||
def plot(data, countries):
|
||||
def plot(data, countries, pop):
|
||||
figsize = (10,5)
|
||||
tcp, tc = pp.subplots(figsize=figsize) # total cases
|
||||
tdp, td = pp.subplots(figsize=figsize) # total deaths
|
||||
|
||||
Reference in New Issue
Block a user