Skip to content

Commit 9a6635d

Browse files
MAINT: regenerate pyplot.py after adding hatch to grouped_bar
1 parent 6507004 commit 9a6635d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/matplotlib/pyplot.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3534,6 +3534,7 @@ def grouped_bar(
35343534
labels: Sequence[str] | None = None,
35353535
orientation: Literal["vertical", "horizontal"] = "vertical",
35363536
colors: Iterable[ColorType] | None = None,
3537+
hatch: str | Sequence[str] | None = None,
35373538
**kwargs,
35383539
) -> list[BarContainer]:
35393540
return gca().grouped_bar(
@@ -3545,6 +3546,7 @@ def grouped_bar(
35453546
labels=labels,
35463547
orientation=orientation,
35473548
colors=colors,
3549+
hatch=hatch,
35483550
**kwargs,
35493551
)
35503552

0 commit comments

Comments
 (0)