I want to plot the graph for every hour of a 1 week time series. The X-axis should look like:
0 1 2 3 4 .....23 0 1 2 3 4....23 0 1 2 3 ....23............ 0 1 2 3 ...23 ---Monday---- ------Tuesday---- ----Wedneday----.............-----Sunday-----
I don't know how to set the xlim for that because I need the x-axis for each hour representation for 1 week. There will be 168 points (24*7=168) on the x-axis altogether.