def plot_future_impacts()

in trend_getter/holidays.py [0:0]


    def plot_future_impacts(self):
        plot(
            self.predict(),
            [Line("impact", "black", "DAU Impact")],
            "Estimated Holiday Impacts",
            "Estimated DAU",
        )