Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 646 Bytes

File metadata and controls

24 lines (18 loc) · 646 Bytes

Day 14 of #100DaysOfCode

Task

  1. Explore Matplotlib library

Resources

Topics I have learnt

  1. Learned how to make scatter plots
  2. Applying color maps to plots

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 scatter plots, also how to apply colormaps, and when to use which kind of plot.