Skip to content

Commit d85bd2c

Browse files
committed
#61 add line to Bayesian SC plot
1 parent a952dc7 commit d85bd2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

causalpy/pymc_experiments.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ def plot(self):
106106

107107
ax[2].set(title="Cumulative Causal Impact")
108108
plot_xY(self.datapost.index, self.post_impact_cumulative, ax=ax[2])
109+
ax[2].axhline(y=0, c="k")
109110

110111
# Intervention line
111112
for i in [0, 1, 2]:

0 commit comments

Comments
 (0)