Day 15 of #100DaysOfCode
- Subplots & Plotting live data in Matplotlib (50%)
- Linear Algebra (Determinant) (not done)
- Corey Schafer Matplotlib Tutorial Playlist
- Learned how to plot Time Series data
- Jupyter Notebook
- Python 3.10.2
- Numpy 1.22.4
- pandas 1.4.2
- matplotlib 3.5.2
Today I learned how to plot Time Series data in matplotlib using plt.plot_date(). Also, format dates in axis using matplotlib.dates.DateFormatter().