in trend_getter/holidays.py [0:0]
def plot_overall(self):
plot(
self.all_countries,
[
Line("dau_28ma", "#ff9900", "DAU 28MA"),
Line("edau_28ma", "black", "Detrended DAU 28MA", opacity=0.5),
],
"Holiday Detrended DAU 28MA",
"DAU 28MA",
)
plot(
self.all_countries,
[
Line("dau_yoy", "#ff9900", "DAU 28MA YoY"),
Line("edau_yoy", "black", "Holidays Removed YoY", opacity=0.5),
],
"YoY Dashboard Comparisons",
"DAU YoY",
)