Skip to content

Commit 788bdc0

Browse files
authored
Merge pull request #21201 from timhoffm/plot-types-bar
2 parents 5574a6c + 2396cb9 commit 788bdc0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plot_types/basic/bar.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
2-
================================
3-
bar(x, height) / barh(x, height)
4-
================================
2+
===============================
3+
bar(x, height) / barh(y, width)
4+
===============================
55
66
See `~matplotlib.axes.Axes.bar` / `~matplotlib.axes.Axes.barh`.
77
"""

0 commit comments

Comments
 (0)