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 924e210 commit 318cb13Copy full SHA for 318cb13
1 file changed
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