8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4db3df8 commit f6efb57Copy full SHA for f6efb57
CHANGELOG
@@ -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
+
5
2013-04-25 Changed all instances of:
6
7
from matplotlib import MatplotlibDeprecationWarning as mplDeprecation
@@ -13,7 +17,7 @@
13
17
margins on auto-scaleing. - TAC
14
18
15
19
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
21
22
2013-02-25 Added classes CubicTriInterpolator, UniformTriRefiner, TriAnalyzer
23
to matplotlib.tri module. - GBy
0 commit comments