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 23680e9 commit 57fbe04Copy full SHA for 57fbe04
1 file changed
lib/matplotlib/backend_bases.py
@@ -436,6 +436,7 @@ def __init__(self):
436
self._rgb = (0.0, 0.0, 0.0)
437
self._hatch = None
438
self._url = None
439
+ self._snap = None
440
441
def copy_properties(self, gc):
442
'Copy properties from gc to self'
0 commit comments