Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9a6635d

Browse files
MAINT: regenerate pyplot.py after adding hatch to grouped_bar
1 parent6507004 commit9a6635d

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
returngca().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)

[8]ページ先頭

©2009-2025 Movatter.jp