Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 760 Bytes

File metadata and controls

24 lines (18 loc) · 760 Bytes

Day 15 of #100DaysOfCode

Task

  1. Subplots & Plotting live data in Matplotlib (50%)
  2. Linear Algebra (Determinant) (not done)

Resources

Topics I have learnt

  1. Learned how to plot Time Series data

Software used

  • Jupyter Notebook
  • Python 3.10.2
  • Numpy 1.22.4
  • pandas 1.4.2
  • matplotlib 3.5.2

My Notebooks

Conclusion:

Today I learned how to plot Time Series data in matplotlib using plt.plot_date(). Also, format dates in axis using matplotlib.dates.DateFormatter().