I am using Python's matplotlib acorr
to plot autocorrelations of time series, but the graph always includes the negative lags.
Since autocorrelation function is always even anyway, I would like to suppress the negative x-axis of the graph.
Is there a parameter I can pass to acorr
?