Skip to content

Commit f345a98

Browse files
What's New entry
1 parent 4ebcc78 commit f345a98

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

doc/release/next_whats_new/new_barcontainer_properties.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ perpendicular to the bar height).
77

88
For standard bar plots (e.g. created by `.Axes.bar` or `.Axes.barh`), this
99
reflects the width of each bar in the plot. For grouped bar plots (e.g. created
10-
by `.Axes.grouped_bar`), each `~.BarContainer` represents a single dataset
11-
across all groups, so `~.BarContainer.widths` returns the width of each
12-
individual bar in that series, rather than the total width of the entire group.
10+
by `.Axes.grouped_bar`), each `~.BarContainer` represents one group of bars across
11+
categories, so `~.BarContainer.widths` returns the width of each
12+
individual bar in that group, rather than the total width of the entire group.
1313

1414
Additionally, `.BarContainer` gained a new ``group_positions`` attribute, which
1515
exposes the center positions of the bar groups if the container is part of a

0 commit comments

Comments
 (0)