Closed
Description
In the documentation of numpy's histogram: https://docs.scipy.org/doc/numpy/reference/generated/numpy.histogram.html It is specified the keyword normed will be removed in V2.0 and be replaced with density (due to buggy behavior).
Should matplotlib be compatible with this naming, and atleast accept the keywoard density?