I'm new to Python and I have a matplotlib image that plotted with imshow() function and I want to add time ticks to x-axis. In the x-axis, there are 950000 value. Every 200 value refers a second (Every 12000 value refers an hour). It will start at 23:15 and finish around 12:34. How can I do this?
Note: I cannot use extent() method for this code.