I was wondering if anyone could point me in the right direction with some functions or code (in python) which would allow me to plot the distribution of a timeseries dataset using contours, as shown in the attached image.
I have a dataset like the one used in this graph, over multiple days. I have created a graph with the mean value at each hour, but I want to properly show the distribution about the mean using percentage frequency, similar to the contour format in the image.
If anyone could link me to some examples on how to do this, it would be a great help, as I have been unable to find anything useful anywhere.