This is my dataframe:
Year Month Views
0 2016 5 97162
1 2016 6 415627
2 2016 7 675071
3 2016 8 962525
4 2016 9 1244306
I want the views to be plotted on the y-axis, and on the x-axis I want the months and years like this: . How can I visualize my dataframe like the above figure using matplotlib.pyplot?