We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 924e210 + 318cb13 commit 19a7664Copy full SHA for 19a7664
lib/matplotlib/hatch.py
@@ -188,7 +188,7 @@ def _validate_hatch_pattern(hatch):
188
invalids = ''.join(sorted(invalids))
189
_api.warn_deprecated(
190
'3.4',
191
- removal='3.7', # one release after custom hatches (#20690)
+ removal='3.8', # one release after custom hatches (#20690)
192
message=f'hatch must consist of a string of "{valid}" or '
193
'None, but found the following invalid values '
194
f'"{invalids}". Passing invalid values is deprecated '
0 commit comments