Hi all!
Wondered if anyone could help me with this project? - I followed this
excellent tutorial here
https://unidata.github.io/python-training/workshop/Time_Series/basic-time-se
ries-plotting/ to create a plot of wave height and wave period of NDBC
buoys.
My code project is here
https://colab.research.google.com/drive/1m1pnOuzcBW4j4ePEaUH8fmpA04dkb4hi?us
p=sharing I have achieved plotting the data im after. Im trying (and
failing) now to smooth out the lines on the chart like this
https://www.geeksforgeeks.org/how-to-plot-a-smooth-curve-in-matplotlib/
Could anyone help me implement that into the code?
Many Thanks
Alec