Inspiration

Made a Time series plot in Python using matplotlib and numpy.

How we built it

Time series is a line plot and it is basically connecting data points with a straight line. It is useful in understanding the trend over time. It can explain the correlation between points by the trend. An upward trend means positive correlation and downward trend means a negative correlation. It mostly used in forecasting, monitoring models.

What we learned

Got to revise my matplotlib and numpy

What's next for Python Data Visualization using Matplotlib

Make it more detailed and explore.

Built With

Share this project:

Updates