i’d put my results into a numpy array and plot the graph using matplotlib.
see examples here:
https://matplotlib.org/stable/plot_types/index.html
you can customize a plot a lot, so your goal should be to get the graph right, label stuff and then put the years on the x-ticks, which is also very easily possible. maybe try out different plot styles.
you’ll get there