PacktPublishing / Practical-Time-Series-Analysis

Practical Time-Series Analysis, published by Packt
MIT License
404 stars 249 forks source link

Years in X axis #3

Closed ajcanepa closed 4 years ago

ajcanepa commented 6 years ago

I have tried to follow the scrips on chapter 1 and when indexing the database, the code from the book uses "data.ix" which seems to be deprecated. Instead, I have used "data.loc" and with a little modification from the indexing columns, I have the work done. However, when I plot all the figures in chapter one I have lost the year numbers inside the x axis, any idea why this results?