To plot time series from different years against each other on the same plot in Python, you can use the matplotlib
library.
Here's some sample code which reads in time series data from different years and plots them all against each other on a single plot:
main.py578 chars22 lines
This will create a plot with all three years' data plotted against each other on the same graph. The x-axis will show the dates for each year, and the y-axis will show the values for each time series.
gistlibby LogSnag