arviz-devs / arviz

Exploratory analysis of Bayesian models with Python
https://python.arviz.org
Apache License 2.0
1.56k stars 388 forks source link

Add the "coords" kwarg to plot_autocorr #2288

Open jaredsagendorf opened 8 months ago

jaredsagendorf commented 8 months ago

Tell us about it

Unlike most of the plotting functions, for some reason plot_autocorr doesn't support the coords kwarg. Unless this was intentionally left out, seems like it would be more convenient to include this option.

Also, there is no reference to the grey band that is automatically drawn anywhere I could find. What does this interval represent? The plotting function provides no ability to toggle this, which it should.

SuramyaP commented 7 months ago

Can I work on this?