ACF plot in R not showing any numbers

Hello,
I don't know why, but my ACF plot in R is not showing any numbers (ie lag numbers or ACF values). I have daily data and my code is: acf(ts.data$VIXCLS,lag.max=40).

As you can see there are no values on either axis and I'm really lost on what to do... Would greatly appreciate any input! :slight_smile:

If you run

plot(1:4, 1:4)

do you see numbers on the axes tick marks? If not, I would restart R and try again.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.