Skip to content

Commit 3b70738

Browse files
committed
rebase and run boilerplate
1 parent fdd426c commit 3b70738

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

lib/matplotlib/pyplot.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2590,6 +2590,16 @@ def barh(y, width, height=0.8, left=None, *, align='center', **kwargs):
25902590
y, width, height=height, left=left, align=align, **kwargs)
25912591

25922592

2593+
# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
2594+
@_copy_docstring_and_deprecators(Axes.bar_label)
2595+
def bar_label(
2596+
container, labels=None, *, fmt='%g', label_type='edge',
2597+
padding=0, **kwargs):
2598+
return gca().bar_label(
2599+
container, labels=labels, fmt=fmt, label_type=label_type,
2600+
padding=padding, **kwargs)
2601+
2602+
25932603
# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
25942604
@_copy_docstring_and_deprecators(Axes.boxplot)
25952605
def boxplot(

0 commit comments

Comments
 (0)