We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47c575b commit a935895Copy full SHA for a935895
lib/matplotlib/pyplot.py
@@ -3536,7 +3536,7 @@ def grouped_bar(
3536
labels: Sequence[str] | None = None,
3537
orientation: Literal["vertical", "horizontal"] = "vertical",
3538
colors: Iterable[ColorType] | None = None,
3539
- hatch: str | Iterable[str] | None = None,
+ hatch: Iterable[str] | None = None,
3540
**kwargs,
3541
) -> list[BarContainer]:
3542
return gca().grouped_bar(
0 commit comments