Python MatPlotLib Bar Chart, Histogram Tutorial 3

preview_player
Показать описание
This Video Will Explain about creating Bart chart and histogram chart MatplotLib function.

Bar Chart :
X = [1,2,3,4,5,6]
Y = [10,3,-5,6,7,1]

Histogram :
import numpy as np
age_bins = [40,50,60,70,80,80,100]
Рекомендации по теме