Skip to content

Latest commit

 

History

History

Day-14

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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.