8000 Merge pull request #21602 from meeseeksmachine/auto-backport-of-pr-21… · matplotlib/matplotlib@2543251 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2543251

Browse files
authored
Merge pull request #21602 from meeseeksmachine/auto-backport-of-pr-21586-on-v3.5.x
Backport PR #21586 on branch v3.5.x (Defer enforcement of hatch validation)
2 parents d536b8e + 7c7bc9f commit 2543251

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/hatch.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +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)
191192
message=f'hatch must consist of a string of "{valid}" or '
192193
'None, but found the following invalid values '
193194
f'"{invalids}". Passing invalid values is deprecated '

0 commit comments

Comments
 (0)
0