Skip to content

Commit 74e6cd2

Browse files
anntzermeeseeksmachine
authored andcommitted
Backport PR #21201: Fix signature of barh() in plot types
1 parent 27cc744 commit 74e6cd2

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)