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.
2 parents be46312 + d02ee4d commit d4e92ceCopy full SHA for d4e92ce
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