Histogram compatibility with numpy #7364
Labels
API: consistency
Difficulty: Medium
https://matplotlib.org/devdocs/devel/contribute.html#good-first-issues
Milestone
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?
The text was updated successfully, but these errors were encountered: