Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 44174e6

Browse files
committed
revise kwargs docstring
1 parent 97fff8e commit 44174e6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2578,7 +2578,9 @@ def bar_label(self, container, labels=None, *, fmt="%g", label_type="edge",
25782578
padding : float, default: 0
25792579
Distance of label from the end of the bar.
25802580
2581-
**kwargs : passed through to `.Axes.annotate`.
2581+
**kwargs
2582+
Any remaining keyword arguments are passed through to
2583+
`.Axes.annotate`.
25822584
25832585
Returns
25842586
-------

0 commit comments

Comments
 (0)