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.
I am posting the screenshot of my GUI, as well as the code responsible for the graph. The highlighted bit is the code that creates the graph.
If my method doesn't suit well, please suggest an alternative.
https://stackoverflow.com/questions/66718071/adjusting-tick-frequency-of-embedded-matplotlib-graph-in-tkinter March 20, 2021 at 11:52AM
没有评论:
发表评论