ENH: Add grouped_bar() method · matplotlib/matplotlib@fea06c9 · GitHub
Skip to content

Commit fea06c9

Browse files
committed
ENH: Add grouped_bar() method
1 parent 6083ecd commit fea06c9

8 files changed

Lines changed: 416 additions & 0 deletions

File tree

doc/_embedded_plots/grouped_bar.py

Lines changed: 15 additions & 0 deletions

doc/api/axes_api.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ Basic
6767
Axes.bar
6868
Axes.barh
6969
Axes.bar_label
70+
Axes.grouped_bar
7071

7172
Axes.stem
7273
Axes.eventplot

doc/api/pyplot_summary.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ Basic
6060
bar
6161
barh
6262
bar_label
63+
grouped_bar
6364
stem
6465
eventplot
6566
pie
Lines changed: 25 additions & 0 deletions

0 commit comments

Comments
 (0)