Skip to content

Commit b49ed7e

Browse files
committed
undo plot colour change that I made when debugging
1 parent 6db026e commit b49ed7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

causalpy/experiments/synthetic_control.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ def _ols_plot(self, round_to=None, **kwargs) -> tuple[plt.Figure, List[plt.Axes]
379379
label="Causal impact",
380380
)
381381

382-
ax[1].plot(self.datapre.index, self.pre_impact, "r.")
382+
ax[1].plot(self.datapre.index, self.pre_impact, "k.")
383383
ax[1].plot(
384384
self.datapost.index,
385385
self.post_impact,

0 commit comments

Comments
 (0)