Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f6efb57

Browse files
committed
Described stacked normed hist changes in CHANGELOG
1 parent 4db3df8 commit f6efb57

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2013-05-08 Changed behavior of hist when given stacked=True and normed=True.
2+
Histograms are now stacked first, then the sum is normalized.
3+
Previously, each histogram was normalized, then they were stacked.
4+
15
2013-04-25 Changed all instances of:
26

37
from matplotlib import MatplotlibDeprecationWarning as mplDeprecation
@@ -13,7 +17,7 @@
1317
margins on auto-scaleing. - TAC
1418

1519
2013-03-19 Added support for passing `linestyle` kwarg to `step` so all `plot`
16-
kwargs are passed to the underlying `plot` call. -TAC
20+
kwargs are passed to the underlying `plot` call. -TAC
1721

1822
2013-02-25 Added classes CubicTriInterpolator, UniformTriRefiner, TriAnalyzer
1923
to matplotlib.tri module. - GBy

0 commit comments

Comments
 (0)