I am creating a currency converter application in Python that shows the conversion between two currencies selected and maps their ratio onto a graph displayed on the side.
The graph displays the pattern of that ratio for the last 30 days of the current day.
The data going in the graph is well, but the main problem is that the labels at the x-axis are a mess.
The highlighted bit is the code that creates the graph.
If my method doesn't suit well, please suggest an alternative.