Skip to content

Commit ee8a92b

Browse files
committed
revert change in causal impact shaded region colour
1 parent 47e0a2d commit ee8a92b

File tree

2 files changed

+31
-27
lines changed

2 files changed

+31
-27
lines changed

causalpy/experiments/synthetic_control.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ def _bayesian_plot(
291291
self.datapost.index,
292292
y1=post_pred_plot.mean(dim=["chain", "draw"]).values,
293293
y2=self.datapost_treated.sel(treated_units=treated_unit).values,
294-
color="C2",
294+
color="C0",
295295
alpha=0.25,
296296
label="Causal impact",
297297
)

docs/source/notebooks/multi_cell_geolift.ipynb

Lines changed: 30 additions & 26 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)