Day 7 of #100DaysOfCode
- Matplotlib Library
- Matrices in Linear Algebra (not done)
- EDA with Pandas & matplotlib (not done)
- Corey Schafer Matplotlib Tutorial Playlist
- Matplotlib library
-
- Basics (title, labels, ticks, legends, grid)
-
- Line plots
-
- Bar plots (horizontal & vertical)
-
- Format line plots & bar plots
-
- Use different styles in plots
-
- Plotting multiple data
-
- Saving the figure in different formats
- Jupyter Notebook
- Python 3.10.2
- Numpy 1.22.4
- pandas 1.4.2
- matplotlib 3.5.2
Today I learnt basics of matplotlib, and how to plot line & bar graphs. Also how to format the plots & change the style.