Skip to content

Latest commit

 

History

History

Day-7

Task

  1. Matplotlib Library
  2. Matrices in Linear Algebra (not done)
  3. EDA with Pandas & matplotlib (not done)

Resources

Topics I have learnt

  1. 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

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 learnt basics of matplotlib, and how to plot line & bar graphs. Also how to format the plots & change the style.