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

Skip to content

Commit 784dd69

Browse files
committed
Oops in last commit
svn path=/trunk/matplotlib/; revision=6711
1 parent 4ad99e0 commit 784dd69

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
253253
ACCEPTS: [ '/' | '\\' | '|' | '-' | '#' | 'x' ] (ps & pdf backend only)
254254
"""
255-
self._hatch = h
255+
self._hatch = hatch
256256

257257
def get_hatch(self):
258258
'Return the current hatching pattern'

0 commit comments

Comments
 (0)