Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d37bf3a

Browse files
committed
Fix reST formatting in list of hatch patterns.
svn path=/trunk/matplotlib/; revision=6751
1 parent 394af69 commit d37bf3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/patches.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ def set_hatch(self, hatch):
252252
Hatching is supported in the PostScript, PDF, SVG and Agg
253253
backends only.
254254
255-
ACCEPTS: [ '/' | '\\' | '|' | '-' | '+' | 'x' | 'o' | 'O' | '.' | '*' ]
255+
ACCEPTS: [ '/' | '\\\\' | '|' | '-' | '+' | 'x' | 'o' | 'O' | '.' | '*' ]
256256
"""
257257
self._hatch = hatch
258258

0 commit comments

Comments
 (0)