You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -611,7 +611,7 @@ def plot_count_and_frequency_rolling(figdir,locations_to_dates, country_dates, c
611
611
"#D18CAD","#A4A86F","lightgrey",
612
612
"#982029"])
613
613
614
-
fig, ax=plt.subplots(figsize=(14,4))
614
+
fig, ax=plt.subplots(figsize=(17,4))
615
615
c=0
616
616
fori,vinfrequency_over_time.items():
617
617
#if len(v) > 10 and i in country_threshold:#so we do this for countries with more than ten days between the first variant sequence and last variant sequence
@@ -632,7 +632,7 @@ def plot_count_and_frequency_rolling(figdir,locations_to_dates, country_dates, c
0 commit comments