Matplotlib Tutorial Ep. 1: How to make a Histogram plot

preview_player
Показать описание
In this video, you will learn how to make as well as customize the histogram plot. A histogram allows visualization of the spread and shape of the data. Essentially, histogram shows the frequency versus the bins (can be thought of as buckets of value ranges whereby we are interested in counting the number of samples in each of these buckets or bins).

⭕ Links for this video

⭕ Support my work:

⭕ Recommended Books:

⭕ Disclaimer:
Recommended books and tools are affiliate links that gives me a portion of sales at no cost to you, which will contribute to the improvement of this channel's contents.

⭕ Stock photos, graphics and videos used on this channel:

#python #matplotlib #histogram #pythontutorial #codingprofessor #dataprofessor
Рекомендации по теме
Комментарии
Автор

Excellence Always, "Thank you, sir!". stayed with you, from Dhaka, Bangladesh.

digitalbangladesh
Автор

Hello! great video. I have to point out something you said about the function np.random.normal(): You are NOT generating a distribution in range from 0 to 100, as you mentioned in min. 0:38; instead you are generating 100 points with a mean of 0 and a std of 10. Therefore:
x = np.random.normal(mean, std, num. of points) .
That's why you get negative values for the x array as well.

sebastianrivas
Автор

Great work!! pls continue it and also make a video about plotly tutorial too :)

abrarshahid
Автор

Can you make a video on a dynamic heatmap that updates automatically with time? For example stock prices during the day. Thank you.

spillstory