Skip to content

Add units to bar_label padding documentation. #19425

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 2, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/matplotlib/axes/_axes.py
Original file line number Diff line number Diff line change
Expand Up @@ -2541,11 +2541,11 @@ def bar_label(self, container, labels=None, *, fmt="%g", label_type="edge",
value displayed will be the position of that end-point.
- 'center': label placed in the center of the bar segment, and the
value displayed will be the length of that segment.
(useful for stacked bars, i.e.
(useful for stacked bars, i.e.,
:doc:`/gallery/lines_bars_and_markers/bar_label_demo`)

padding : float, default: 0
Distance of label from the end of the bar.
Distance of label from the end of the bar, in points.

**kwargs
Any remaining keyword arguments are passed through to
Expand Down