Summary
Keywords
Full Transcript
This matplotlib tutorial shows how to plot histograms in python. Histograms are used to plot frequency of a variable. In this tutorial we will do data analysis of blood sugar levels of different patients and also plot side by side bars for men and women's blood sugar datasets using pyplot.hist method Topics that are covered in this Video: 0:00 what is Histograms? 1:22 Plot histograms using hist() function 1:35 what is bins and buckets in histogram 2:30 rwidth parameters 3:58 API for hist() function 7:31 orientation property of Histograms Do you want to learn technology from me? Check https://codebasics.io/ for my affordable video courses. Code link: https://github.com/codebasics/py/blob/master/matpltlib/5_histogram/5_histogram.ipynb Next Video: Matplotlib Tutorial 6 - Pie Chart: https://www.youtube.com/watch?v=GOuUGWGUT14&list=PLeo1K3hjS3uu4Lr8_kro2AqaO6CFYgKOl&index=6 Populor Playlist: Data Science Full Course: https://www.youtube.com/playlist?list=PLeo1K3hjS3us_ELKYSj_Fth2tIEkdKXvV Data Science Project: https://www.youtube.com/watch?v=rdfbcdP75KI&list=PLeo1K3hjS3uu7clOTtwsp94PcHbzqpAdg Machine learning tutorials: https://www.youtube.com/watch?v=gmvvaobm7eQ&list=PLeo1K3hjS3uvCeTYTeyfe0-rN5r8zn9rw Pandas: https://www.youtube.com/watch?v=CmorAWRsCAw&list=PLeo1K3hjS3uuASpe-1LjfG5f14Bnozjwy matplotlib: https://www.youtube.com/watch?v=qqwf4Vuj8oM&list=PLeo1K3hjS3uu4Lr8_kro2AqaO6CFYgKOl Python: https://www.youtube.com/playlist?list=PLeo1K3hjS3uv5U-Lmlnucd7gqF-3ehIh0 Jupyter Notebook: https://www.youtube.com/watch?v=q_BzsPxwLOE&list=PLeo1K3hjS3uuZPwzACannnFSn9qHn8to8 Website: https://codebasics.io/ Facebook: https://www.facebook.com/codebasicshub Twitter: https://twitter.com/codebasicshub
