tfcausalimpact icon indicating copy to clipboard operation
tfcausalimpact copied to clipboard

ci.plot() doesn't work

Open navinkumar88 opened this issue 3 years ago • 3 comments

both: 1) print(ci.summary()) 2)print(ci.summary(output='report')) is working

but both: 1) ci.plot() 2) ci.plot(panels=['pointwise','cumulative'], figsize=(12, 8)); does not

image image

navinkumar88 avatar Oct 21 '21 15:10 navinkumar88

Hi @navinkumar88 ,

Do you have a sample of the input data you used? Not sure what's going on there as I couldn't replicate here.

WillianFuks avatar Oct 21 '21 16:10 WillianFuks

Hi @navinkumar88 ,

Do you still have this issue happening?

WillianFuks avatar Oct 25 '21 16:10 WillianFuks

I had this same problem, what worked for me was to update matplotlib:

pip install --upgrade matplotlib

And restart VSCode.

I hope this will help you.

CleitonOERocha avatar Aug 15 '22 23:08 CleitonOERocha