I have a data frame in the format of:
["201301",1111],["201302",1111],["201702",2222],["201603",3333].
When I try to plot it using ggplot, there is a huge gap between years. I think the problem is caused by x value is consider as number.
Is it possible to fix the issue without using other libries?
Thanks!