8000 Described stacked normed hist changes in CHANGELOG · matplotlib/matplotlib@f6efb57 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f6efb57

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

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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)
0