8000 Merge pull request #21206 from meeseeksmachine/auto-backport-of-pr-21… · matplotlib/matplotlib@1f7f4ae · GitHub
[go: up one dir, main page]

Skip to content

Commit 1f7f4ae

Browse files
authored
Merge pull request #21206 from meeseeksmachine/auto-backport-of-pr-21201-on-v3.5.x
Backport PR #21201 on branch v3.5.x (Fix signature of barh() in plot types)
2 parents 31bda1e + 74e6cd2 commit 1f7f4ae

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