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 394af69 commit d37bf3aCopy full SHA for d37bf3a
1 file changed
lib/matplotlib/patches.py
@@ -252,7 +252,7 @@ def set_hatch(self, hatch):
252
Hatching is supported in the PostScript, PDF, SVG and Agg
253
backends only.
254
255
- ACCEPTS: [ '/' | '\\' | '|' | '-' | '+' | 'x' | 'o' | 'O' | '.' | '*' ]
+ ACCEPTS: [ '/' | '\\\\' | '|' | '-' | '+' | 'x' | 'o' | 'O' | '.' | '*' ]
256
"""
257
self._hatch = hatch
258
0 commit comments