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

Commita935895

Browse files
Sync pyplot boilerplate after grouped_bar signature change
1 parent47c575b commita935895

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp