Horje
'Polygon' object has no property 'normed' Code Example
'Polygon' object has no property 'normed'
"""The same happens if you use 'density=True' as"""
l = plt.hist(data,density = True, bins = 100)
'Polygon' object has no property 'normed'

plt.rcParams['figure.figsize'] = 10, 4
data = np.zeros((1000))
l = plt.hist(data,normed = True, bins = 100)
plt.axvline(0.01, lw=1)
plt.ylim(0, 150)





Python

Related
python allowed variable caracters Code Example python allowed variable caracters Code Example
Consider using python 3 style super without arguments Code Example Consider using python 3 style super without arguments Code Example
log base 2 python Code Example log base 2 python Code Example
Increase "bar width" "px.bar" Code Example Increase "bar width" "px.bar" Code Example
the four pillars of Op in Python Code Example the four pillars of Op in Python Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8