14 Apr 2022 Luke Hande How to Plot a Running Average in Python Using matplotlib Visualizing data is an essential part of data science. We show you how to plot running averages using matplotlib The running average, also known as the moving average or rolling mean, can help filter out the noise and create a smooth curve from time-series data. It can also help highlight different seasonal cycles in time-series data. This is a very common tool used in many fields from physics to environmental science and finance. Read more