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

Commit170fddf

Browse files
authored
Minor changes
1 parentb759924 commit170fddf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎lib/matplotlib/rcsetup.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def validate_markevery(s: Any) -> MarkEveryType: ...
137137
def_validate_linestyle(s:Any)->LineStyleType: ...
138138
defvalidate_markeverylist(s:Any)->list[MarkEveryType]: ...
139139
defvalidate_bbox(s:Any)->Literal["tight","standard"]|None: ...
140-
defvalidate_sketch(s:Any)->None|tuple[float,float,float]: ...
140+
defvalidate_sketch(s:Any)->None|tuple[float,float,float,int]: ...
141141
defvalidate_hatch(s:Any)->str: ...
142142
defvalidate_hatchlist(s:Any)->list[str]: ...
143143
defvalidate_dashlist(s:Any)->list[list[float]]: ...

‎src/path_converters.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -999,7 +999,7 @@ class SketchBase
999999
staticint previous_seed;
10001000
protected:
10011001
/* handle the special-case value -1 which means: use the
1002-
previous seed plus one. If not a special value, only
1002+
previous seed plus one. If not a special value, only
10031003
remember it as the last one and return it.
10041004
*/
10051005
intget_prng_seed(int seed)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp