Thanks to visit codestin.com Credit goes to github.com
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 8ca75e4 commit d02ee4dCopy full SHA for d02ee4d
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.8', # one release after custom hatches (#20690)
+ removal='3.9', # 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