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

Appearance settings

Commit 19a7664

Browse filesBrowse files
authored
Merge pull request #24126 from oscargus/hatchupdate
Bump version when invalid hatches error
2 parents 924e210 + 318cb13 commit 19a7664
Copy full SHA for 19a7664

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/hatch.py

Copy file name to clipboardExpand all lines: lib/matplotlib/hatch.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def _validate_hatch_pattern(hatch):
188188
invalids = ''.join(sorted(invalids))
189189
_api.warn_deprecated(
190190
'3.4',
191-
removal='3.7', # one release after custom hatches (#20690)
191+
removal='3.8', # one release after custom hatches (#20690)
192192
message=f'hatch must consist of a string of "{valid}" or '
193193
'None, but found the following invalid values '
194194
f'"{invalids}". Passing invalid values is deprecated '

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.