-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Closed
Labels
status: needs clarificationIssues that need more information to resolve.Issues that need more information to resolve.
Description
osx 10.10.5 python 2.7, matplotlib installed from github's setup.py
When I plot a histogram of small values, the normalize option doesn't work.
from matplotlib import pyplot as plt
import numpy as np
y = list(np.random.normal(.05,.003,100)) + list(np.random.normal(.03,.001,100))
plt.hist(y, normed=True)
plt.show()
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
status: needs clarificationIssues that need more information to resolve.Issues that need more information to resolve.
