10000
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.
1 parent bc13abf commit 4d362c5Copy full SHA for 4d362c5
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.9', # one release after custom hatches (#20690)
+ removal='3.11', # 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