There was an error while loading. Please reload this page.
1 parent 4ebcc78 commit f345a98Copy full SHA for f345a98
1 file changed
doc/release/next_whats_new/new_barcontainer_properties.rst
@@ -7,9 +7,9 @@ perpendicular to the bar height).
7
8
For standard bar plots (e.g. created by `.Axes.bar` or `.Axes.barh`), this
9
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.
+by `.Axes.grouped_bar`), each `~.BarContainer` represents one group of bars across
+categories, so `~.BarContainer.widths` returns the width of each
+individual bar in that group, rather than the total width of the entire group.
13
14
Additionally, `.BarContainer` gained a new ``group_positions`` attribute, which
15
exposes the center positions of the bar groups if the container is part of a
0 commit comments