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

Skip to content

Commit 57fbe04

Browse files
committed
Added a member for snapping
svn path=/trunk/matplotlib/; revision=6569
1 parent 23680e9 commit 57fbe04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/backend_bases.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,7 @@ def __init__(self):
436436
self._rgb = (0.0, 0.0, 0.0)
437437
self._hatch = None
438438
self._url = None
439+
self._snap = None
439440

440441
def copy_properties(self, gc):
441442
'Copy properties from gc to self'

0 commit comments

Comments
 (0)