8000 DOC : documented bottom kwarg of hist · matplotlib/matplotlib@b9efccf · GitHub
[go: up one dir, main page]

Skip to content

Commit b9efccf

Browse files
committed
DOC : documented bottom kwarg of hist
closes #3136
1 parent 1c89da9 commit b9efccf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5349,6 +5349,12 @@ def hist(self, x, bins=10, range=None, normed=False, weights=None,
53495349
`True`, then the histogram is normalized such that the first bin
53505350
equals 1.
53515351
5352+
bottom : array_like, scalar, or None, default: None
5353+
Location of the bottom baseline of each bin. If a scalar,
5354+
the base line for each bin is shifted by the same amount.
5355+
If an array, each bin is shifted independently and the length
5356+
of bottom must match the number of bins. If None, defaults to 0.
5357+
53525358
histtype : ['bar' | 'barstacked' | 'step' | 'stepfilled'], optional
53535359
The type of histogram to draw.
53545360

0 commit comments

Comments
 (0)
0