Skip to content

Commit a935895

Browse files
Sync pyplot boilerplate after grouped_bar signature change
1 parent 47c575b commit a935895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/pyplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3536,7 +3536,7 @@ def grouped_bar(
35363536
labels: Sequence[str] | None = None,
35373537
orientation: Literal["vertical", "horizontal"] = "vertical",
35383538
colors: Iterable[ColorType] | None = None,
3539-
hatch: str | Iterable[str] | None = None,
3539+
hatch: Iterable[str] | None = None,
35403540
**kwargs,
35413541
) -> list[BarContainer]:
35423542
return gca().grouped_bar(

0 commit comments

Comments
 (0)